Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump typeorm from 0.2.41 to 0.3.0 #1562

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 21, 2024

Bumps typeorm from 0.2.41 to 0.3.0.

Release notes

Sourced from typeorm's releases.

0.3.0

Changes in the version includes changes from the next branch and typeorm@next version. They were pending their migration from 2018. Finally, they are in the master branch and master version.

Features

  • compilation target now is es2020. This requires Node.JS version 14+

  • TypeORM now properly works when installed within different node_modules contexts (often happen if TypeORM is a dependency of another library or TypeORM is heavily used in monorepo projects)

  • Connection was renamed to DataSource. Old Connection is still there, but now it's deprecated. It will be completely removed in next version. New API:

export const dataSource = new DataSource({
    // ... options ...
})
// load entities, establish db connection, sync schema, etc.
await dataSource.connect()

Previously, you could use new Connection(), createConnection(), getConnectionManager().create(), etc. They all deprecated in favour of new syntax you can see above.

New way gives you more flexibility and simplicity in usage.

  • new custom repositories syntax:
export const UserRepository = myDataSource.getRepository(UserEntity).extend({
    findUsersWithPhotos() {
        return this.find({
            relations: {
                photos: true
            }
        })
    }
})

Old ways of custom repository creation were dropped.

  • added new option on relation load strategy called relationLoadStrategy. Relation load strategy is used on entity load and determines how relations must be loaded when you query entities and their relations from the database. Used on find* methods and QueryBuilder. Value can be set to join or query.

    • join - loads relations using SQL JOIN expression

... (truncated)

Changelog

Sourced from typeorm's changelog.

0.3.0 (2022-03-17)

Changes in the version includes changes from the next branch and typeorm@next version. They were pending their migration from 2018. Finally, they are in the master branch and master version.

Features

  • compilation target now is es2020. This requires Node.JS version 14+

  • TypeORM now properly works when installed within different node_modules contexts (often happen if TypeORM is a dependency of another library or TypeORM is heavily used in monorepo projects)

  • Connection was renamed to DataSource. Old Connection is still there, but now it's deprecated. It will be completely removed in next version. New API:

export const dataSource = new DataSource({
    // ... options ...
})
// load entities, establish db connection, sync schema, etc.
await dataSource.connect()

Previously, you could use new Connection(), createConnection(), getConnectionManager().create(), etc. They all deprecated in favour of new syntax you can see above.

New way gives you more flexibility and simplicity in usage.

  • new custom repositories syntax:
export const UserRepository = myDataSource.getRepository(UserEntity).extend({
    findUsersWithPhotos() {
        return this.find({
            relations: {
                photos: true,
            },
        })
    },
})

Old ways of custom repository creation were dropped.

  • added new option on relation load strategy called relationLoadStrategy. Relation load strategy is used on entity load and determines how relations must be loaded when you query entities and their relations from the database. Used on find* methods and QueryBuilder. Value can be set to join or query.

... (truncated)

Commits
  • 941b584 version bump
  • 3b8a031 0.3.0 (#8616)
  • 5608956 refactor: remove spaces for consistency (#8751)
  • 486f8c5 version bump
  • 0fc093d fix: discard duplicated columns on update (#8724)
  • f3cfdd2 fix: allow clearing database inside a transaction (#8712)
  • 96ac8f7 feat: add transformer to ViewColumnOptions (#8717)
  • 32549fe refactor: DefaultNamingStrategy#getTableName should be protected, not private...
  • 411fa54 fix: force web bundlers to ignore index.mjs and use the browser ESM version d...
  • 10f46d9 fixing failing test
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [typeorm](https://github.com/typeorm/typeorm) from 0.2.41 to 0.3.0.
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.2.41...0.3.0)

---
updated-dependencies:
- dependency-name: typeorm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 21, 2024
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@ampproject/remapping@1.0.2 None 0 158 kB jridgewell
npm/@angular-devkit/architect@0.1301.0 None 0 97.5 kB google-wombot
npm/@angular-devkit/build-angular@13.1.0 environment, filesystem, network, shell, unsafe Transitive: eval +22 15.1 MB google-wombot
npm/@angular-devkit/build-webpack@0.1301.0 None 0 20.7 kB google-wombot
npm/@angular-devkit/core@13.1.0 eval, network 0 438 kB google-wombot
npm/@angular-devkit/schematics@13.1.0 None 0 273 kB google-wombot
npm/@angular-eslint/eslint-plugin-template@1.0.0 eval +2 559 kB jameshenry
npm/@angular-eslint/eslint-plugin@1.0.0 eval 0 348 kB jameshenry
npm/@angular/animations@13.1.0 None 0 2.26 MB google-wombot
npm/@angular/cli@13.1.0 environment, filesystem, network, shell Transitive: eval +2 11.4 MB google-wombot
npm/@angular/common@13.1.0 None 0 11.4 MB google-wombot
npm/@angular/compiler-cli@13.1.0 None +2 2.65 MB google-wombot
npm/@angular/compiler@13.1.0 None 0 9.23 MB google-wombot
npm/@angular/core@13.1.0 None 0 12.7 MB google-wombot
npm/@angular/forms@13.1.0 None 0 2.34 MB google-wombot
npm/@angular/language-service@13.1.0 None 0 2.1 MB google-wombot
npm/@angular/platform-browser-dynamic@13.1.0 None 0 135 kB google-wombot
npm/@angular/platform-browser@13.1.0 None 0 1.03 MB google-wombot
npm/@angular/router@13.1.0 None 0 2.59 MB google-wombot
npm/@angular/service-worker@13.1.0 None 0 472 kB google-wombot
npm/@babel/code-frame@7.16.0 None 0 6.96 kB nicolo-ribaudo
npm/@babel/compat-data@7.16.4 None 0 49.8 kB nicolo-ribaudo
npm/@babel/core@7.16.0 environment, filesystem, unsafe +2 1.01 MB nicolo-ribaudo
npm/@babel/generator@7.16.0 None +1 150 kB nicolo-ribaudo
npm/@babel/helper-annotate-as-pure@7.16.0 None 0 2.68 kB nicolo-ribaudo
npm/@babel/helper-builder-binary-assignment-operator-visitor@7.16.0 None +1 7.71 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.16.3 None 0 16.8 kB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.16.0 None 0 52 kB nicolo-ribaudo
npm/@babel/helper-create-regexp-features-plugin@7.16.0 None +1 41.9 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.16.0 None +1 9.01 kB nicolo-ribaudo
npm/@babel/helper-hoist-variables@7.16.0 None 0 3.45 kB nicolo-ribaudo
npm/@babel/helper-member-expression-to-functions@7.16.0 None 0 49.6 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.16.0 None 0 16.3 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.16.0 None 0 39.8 kB nicolo-ribaudo
npm/@babel/helper-optimise-call-expression@7.16.0 None 0 3.29 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.14.5 None 0 4.42 kB nicolo-ribaudo
npm/@babel/helper-remap-async-to-generator@7.16.4 None 0 4.14 kB nicolo-ribaudo
npm/@babel/helper-replace-supers@7.16.0 None 0 9.86 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.16.0 None 0 5.01 kB nicolo-ribaudo
npm/@babel/helper-skip-transparent-expression-wrappers@7.16.0 None 0 3.24 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.16.0 None 0 4.33 kB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.15.7 None 0 19 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.14.5 None 0 4.53 kB nicolo-ribaudo
npm/@babel/helper-wrap-function@7.16.0 None 0 5.3 kB nicolo-ribaudo
npm/@babel/helpers@7.16.3 None 0 88.8 kB nicolo-ribaudo
npm/@babel/highlight@7.16.0 None 0 4.87 kB nicolo-ribaudo
npm/@babel/parser@7.16.4 None 0 1.65 MB nicolo-ribaudo
npm/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.16.2 None 0 7.66 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.0 None 0 9.87 kB nicolo-ribaudo
npm/@babel/plugin-proposal-async-generator-functions@7.16.4 None +1 9.98 kB nicolo-ribaudo
npm/@babel/plugin-proposal-class-properties@7.16.0 None 0 3.32 kB nicolo-ribaudo
npm/@babel/plugin-proposal-decorators@7.16.4 None 0 12.7 kB nicolo-ribaudo
npm/@babel/plugin-proposal-nullish-coalescing-operator@7.16.0 None 0 4.38 kB nicolo-ribaudo
npm/@babel/plugin-proposal-numeric-separator@7.16.0 None 0 3.28 kB nicolo-ribaudo
npm/@babel/plugin-proposal-object-rest-spread@7.16.0 None 0 21.2 kB nicolo-ribaudo
npm/@babel/plugin-proposal-optional-catch-binding@7.16.0 None +1 5.79 kB nicolo-ribaudo
npm/@babel/plugin-proposal-optional-chaining@7.16.0 None 0 30.5 kB nicolo-ribaudo
npm/@babel/plugin-proposal-private-methods@7.16.0 None 0 3.15 kB nicolo-ribaudo
npm/@babel/plugin-proposal-private-property-in-object@7.16.0 None +1 9.99 kB nicolo-ribaudo
npm/@babel/plugin-proposal-unicode-property-regex@7.16.0 None 0 3.46 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-properties@7.12.13 None 0 2.68 kB nicolo-ribaudo
npm/@babel/plugin-syntax-decorators@7.16.0 None 0 3.52 kB nicolo-ribaudo
npm/@babel/plugin-syntax-dynamic-import@7.8.3 None 0 2.47 kB nicolo-ribaudo
npm/@babel/plugin-syntax-jsx@7.16.0 None 0 2.69 kB nicolo-ribaudo
npm/@babel/plugin-syntax-logical-assignment-operators@7.10.4 None 0 2.74 kB jlhwung
npm/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3 None 0 2.63 kB nicolo-ribaudo
npm/@babel/plugin-syntax-numeric-separator@7.10.4 None 0 2.75 kB jlhwung
npm/@babel/plugin-syntax-object-rest-spread@7.8.3 None 0 2.53 kB nicolo-ribaudo
npm/@babel/plugin-syntax-optional-chaining@7.8.3 None 0 2.52 kB nicolo-ribaudo
npm/@babel/plugin-syntax-top-level-await@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-typescript@7.16.0 None 0 3.89 kB nicolo-ribaudo
npm/@babel/plugin-transform-arrow-functions@7.16.0 None 0 3.16 kB nicolo-ribaudo
npm/@babel/plugin-transform-async-to-generator@7.16.0 None 0 4.02 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoped-functions@7.16.0 None 0 3.71 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoping@7.16.0 None 0 27.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-classes@7.16.0 None +1 65.8 kB nicolo-ribaudo
npm/@babel/plugin-transform-computed-properties@7.16.0 None 0 7.69 kB nicolo-ribaudo
npm/@babel/plugin-transform-destructuring@7.16.0 None 0 20.8 kB nicolo-ribaudo
npm/@babel/plugin-transform-dotall-regex@7.16.0 None 0 3.11 kB nicolo-ribaudo
npm/@babel/plugin-transform-duplicate-keys@7.16.0 None 0 4.24 kB nicolo-ribaudo
npm/@babel/plugin-transform-exponentiation-operator@7.16.0 None 0 3.31 kB nicolo-ribaudo
npm/@babel/plugin-transform-for-of@7.16.0 None 0 14.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-function-name@7.16.0 None 0 3.39 kB nicolo-ribaudo
npm/@babel/plugin-transform-literals@7.16.0 None 0 3.02 kB nicolo-ribaudo
npm/@babel/plugin-transform-member-expression-literals@7.16.0 None 0 3.26 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-amd@7.16.0 None +1 20.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.16.0 None +1 22.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-systemjs@7.16.0 None +1 33.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-umd@7.16.0 None 0 9.37 kB nicolo-ribaudo
npm/@babel/plugin-transform-named-capturing-groups-regex@7.16.0 None 0 3.25 kB nicolo-ribaudo
npm/@babel/plugin-transform-new-target@7.16.0 None 0 4.42 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-super@7.16.0 None 0 3.65 kB nicolo-ribaudo
npm/@babel/plugin-transform-parameters@7.16.3 None 0 17.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-property-literals@7.16.0 None 0 3.13 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-display-name@7.16.0 None 0 5.13 kB nicolo-ribaudo
npm/@babel/plugin-transform-react-jsx@7.16.0 None 0 24.3 kB nicolo-ribaudo
npm/@babel/plugin-transform-regenerator@7.16.0 None +1 130 kB nicolo-ribaudo
npm/@babel/plugin-transform-reserved-words@7.16.0 None 0 2.94 kB nicolo-ribaudo
npm/@babel/plugin-transform-runtime@7.16.4 unsafe 0 14 kB nicolo-ribaudo
npm/@babel/plugin-transform-shorthand-properties@7.16.0 None 0 3.94 kB nicolo-ribaudo
npm/@babel/plugin-transform-spread@7.16.0 None 0 7.61 kB nicolo-ribaudo
npm/@babel/plugin-transform-sticky-regex@7.16.0 None 0 3.08 kB nicolo-ribaudo
npm/@babel/plugin-transform-template-literals@7.16.0 None 0 6.14 kB nicolo-ribaudo
npm/@babel/plugin-transform-typeof-symbol@7.16.0 None 0 4.89 kB nicolo-ribaudo
npm/@babel/plugin-transform-typescript@7.16.1 None 0 32.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-escapes@7.16.0 None 0 5.99 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-regex@7.16.0 None 0 2.94 kB nicolo-ribaudo
npm/@babel/preset-env@7.16.4 environment +11 85.3 kB nicolo-ribaudo
npm/@babel/preset-modules@0.1.5 None +1 89.4 kB developit
npm/@babel/preset-react@7.16.0 None +2 17.7 kB nicolo-ribaudo
npm/@babel/preset-typescript@7.16.0 None 0 13.6 kB nicolo-ribaudo
npm/@babel/runtime@7.16.3 None 0 149 kB nicolo-ribaudo
npm/@babel/template@7.16.0 None 0 21.4 kB nicolo-ribaudo
npm/@babel/traverse@7.16.3 None +1 191 kB nicolo-ribaudo
npm/@babel/types@7.16.0 environment +1 1.03 MB nicolo-ribaudo
npm/@commitlint/cli@13.2.1 Transitive: filesystem +11 323 kB escapedcat
npm/@commitlint/config-conventional@13.2.0 None 0 20 kB escapedcat
npm/@commitlint/config-lerna-scopes@13.2.0 Transitive: filesystem, unsafe +5 56.7 kB escapedcat
npm/@commitlint/execute-rule@13.2.0 None 0 10.1 kB escapedcat
npm/@commitlint/load@13.2.1 environment 0 45.2 kB escapedcat
npm/@commitlint/resolve-extends@13.2.0 None 0 20.6 kB escapedcat
npm/@commitlint/travis-cli@13.2.1 None 0 21.4 kB escapedcat
npm/@commitlint/types@13.2.0 None 0 33.2 kB escapedcat
npm/@compodoc/compodoc@1.1.16 filesystem Transitive: environment, network, shell +25 27.4 MB compodoc
npm/@cypress/browserify-preprocessor@3.0.2 environment, filesystem Transitive: network, shell, unsafe +10 911 kB cypress-npm-publisher
npm/@discoveryjs/json-ext@0.5.6 None 0 83.3 kB lahmatiy
npm/@endemolshinegroup/cosmiconfig-typescript-loader@3.0.2 Transitive: environment, filesystem, unsafe +5 475 kB endemolshinegroupbot
npm/@jest/console@27.4.2 Transitive: environment +3 87.1 kB simenb
npm/@jest/reporters@27.0.6 environment, unsafe Transitive: filesystem +8 784 kB simenb
npm/@jest/test-result@27.0.6 Transitive: unsafe +1 21.1 kB simenb
npm/@jest/test-sequencer@27.4.2 Transitive: unsafe +2 31.7 kB simenb
npm/@jest/transform@27.4.2 Transitive: environment +3 137 kB simenb
npm/@jest/types@27.4.2 None +3 96.7 kB simenb
npm/@jridgewell/resolve-uri@1.0.0 None 0 48.1 kB jridgewell
npm/@nestjs/schematics@7.3.1 Transitive: environment, filesystem +7 513 kB nestjscore
npm/@ngtools/webpack@13.1.0 environment, eval, filesystem, shell, unsafe 0 149 kB google-wombot
npm/@nrwl/angular@12.10.1 filesystem, network Transitive: environment, eval, shell, unsafe +23 13.7 MB nrwl
npm/@nrwl/cli@12.9.0 environment, filesystem, unsafe +12 452 kB nrwl
npm/@nrwl/cypress@12.10.1 Transitive: environment, eval, filesystem, network, shell, unsafe +53 9.17 MB nrwl
npm/@nrwl/eslint-plugin-nx@12.9.0 Transitive: environment, eval, filesystem, network, shell, unsafe +29 4.28 MB nrwl
npm/@nrwl/jest@12.10.1 unsafe Transitive: environment, eval, filesystem, shell +27 2.42 MB nrwl
npm/@nrwl/linter@12.9.0 shell Transitive: environment, eval, filesystem +4 428 kB nrwl
npm/@nrwl/nest@12.10.1 Transitive: environment, eval, filesystem, shell, unsafe +11 1.33 MB nrwl
npm/@nrwl/node@12.10.1 Transitive: environment, eval, filesystem, network, shell, unsafe +53 4.6 MB nrwl
npm/@nrwl/tao@12.9.0 environment, filesystem, shell, unsafe +6 797 kB nrwl
npm/@nrwl/workspace@12.10.1 environment, filesystem, network, shell, unsafe Transitive: eval +25 5.77 MB nrwl
npm/@nstudio/angular@12.7.0 None 0 356 kB walkerrunpdx
npm/@nstudio/electron-angular@12.7.0 None 0 464 kB walkerrunpdx
npm/@nstudio/electron@12.7.0 None 0 453 kB walkerrunpdx
npm/@nstudio/web-angular@12.7.0 None 0 42.4 kB walkerrunpdx
npm/@nstudio/web@12.7.0 Transitive: environment, eval, filesystem, network, shell, unsafe +151 25.6 MB walkerrunpdx
npm/@nstudio/xplat@12.7.0 filesystem Transitive: environment +2 339 kB walkerrunpdx
npm/@semantic-release/changelog@5.0.1 filesystem 0 10.5 kB semantic-release-bot
npm/@semantic-release/git@9.0.1 None 0 29.7 kB semantic-release-bot
npm/@semantic-release/github@7.2.3 filesystem, network +1 71.2 kB semantic-release-bot
npm/@semantic-release/npm@7.1.3 filesystem +1 36.7 kB semantic-release-bot
npm/@types/d3-color@3.0.2 None 0 27.3 kB types
npm/@types/googlemaps@3.43.3 None 0 232 kB types
npm/@types/hammerjs@2.0.40 None 0 12.1 kB types
npm/@types/istanbul-lib-coverage@2.0.3 None 0 5.91 kB types
npm/@types/jasmine@3.10.2 None 0 59.6 kB types
npm/@types/jasminewd2@2.0.10 None 0 7.06 kB types
npm/@types/jest@25.1.5 None 0 68.9 kB types
npm/@types/json-schema@7.0.9 None 0 32.2 kB types
npm/@types/leaflet@1.7.6 None 0 79.8 kB types
npm/@types/node@16.11.12 None 0 1.66 MB types
npm/@types/socket.io-client@3.0.0 None 0 1.7 kB types
npm/@types/socket.io@3.0.2 None 0 1.65 kB types
npm/@types/source-map@0.5.7 None 0 1.72 kB types
npm/@types/swiper@5.4.3 None 0 55.5 kB types
npm/@types/uglify-js@3.13.1 None 0 19.9 kB types
npm/@types/uuid@8.3.3 None 0 6.63 kB types
npm/@types/webpack-sources@0.1.9 None 0 7.68 kB types
npm/@types/webpack@5.28.0 None +1 49.1 kB types
npm/@types/ws@8.2.2 None 0 19.6 kB types
npm/@types/yargs@17.0.7 None +1 64.8 kB types
npm/@typescript-eslint/experimental-utils@4.3.0 None +2 852 kB jameshenry
npm/@typescript-eslint/parser@4.28.5 None 0 67.5 kB jameshenry
npm/@typescript-eslint/scope-manager@4.28.5 None 0 557 kB jameshenry
npm/@typescript-eslint/types@4.28.5 None 0 142 kB jameshenry
npm/@typescript-eslint/typescript-estree@4.28.5 environment, filesystem 0 502 kB jameshenry
npm/@webcomponents/webcomponentsjs@2.6.0 None 0 3.35 MB bicknellr
npm/acorn@6.4.2 None 0 1.19 MB marijn
npm/add-asset-html-webpack-plugin@3.2.0 filesystem 0 29.5 kB simenb
npm/ajv-formats@2.1.1 None 0 52.2 kB esp
npm/ajv-keywords@3.5.2 None 0 72.9 kB esp
npm/ajv@8.8.2 eval +2 1.5 MB esp
npm/angular-router-loader@0.8.5 None +1 75.5 kB brandonroberts
npm/angular2-template-loader@0.6.2 None +1 40.5 kB thelarkinn
npm/ansi-colors@4.1.1 environment 0 24.4 kB jonschlinkert
npm/ansi-html@0.0.7 None 0 20 kB tjatse
npm/ansi-styles@4.3.0 None 0 17 kB sindresorhus
npm/arr-flatten@1.1.0 None 0 6.88 kB jonschlinkert
npm/assets-webpack-plugin@7.1.1 filesystem 0 46.4 kB ztoben
npm/async@2.6.3 None 0 541 kB aearly
npm/autoprefixer@10.4.0 environment +1 202 kB ai
npm/awesome-typescript-loader@5.2.1 environment, filesystem, shell +2 456 kB panferov-s
npm/babel-jest@27.4.2 environment +1 17.8 kB simenb
npm/babel-loader@8.2.3 filesystem +1 73.7 kB nicolo-ribaudo
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell 0 25.7 kB oss-bot
npm/babel-plugin-macros@2.8.0 None 0 35.9 kB kentcdodds
npm/babel-plugin-polyfill-corejs2@0.3.0 None 0 81.2 kB nicolo-ribaudo
npm/babel-plugin-polyfill-corejs3@0.4.0 None 0 151 kB nicolo-ribaudo
npm/babel-plugin-polyfill-regenerator@0.3.0 None 0 6.81 kB nicolo-ribaudo
npm/bl@4.1.0 None 0 64.4 kB matteo.collina
npm/bluebird@3.7.2 environment, eval, unsafe 0 632 kB esailija
npm/braces@3.0.2 None +2 70.9 kB doowb
npm/browserslist@4.18.1 environment, filesystem +1 74.7 kB ai
npm/buffer-from@1.1.2 None 0 5.05 kB linusu
npm/cacache@15.3.0 filesystem +4 135 kB nlf
npm/camelcase@5.3.1 None 0 7.45 kB sindresorhus
npm/caniuse-lite@1.0.30001286 None 0 1.44 MB caniuse-lite
npm/chalk@2.4.2 environment 0 26.9 kB sindresorhus
npm/cheerio@1.0.0-rc.10 None 0 204 kB feedic
npm/chokidar@3.5.2 environment, filesystem Transitive: shell +5 156 kB paulmillr
npm/chownr@1.1.4 filesystem 0 5.71 kB isaacs
npm/clean-css@4.2.1 environment, filesystem, network 0 436 kB jakub.pawlowicz
npm/clean-webpack-plugin@4.0.0 None 0 35.7 kB johnagan
npm/cli-spinners@2.6.1 None 0 27.5 kB sindresorhus
npm/cloc@2.9.0 None 0 884 kB kentcdodds
npm/codelyzer@6.0.2 filesystem +2 841 kB mgechev
npm/color-convert@1.9.3 None 0 27 kB qix
npm/colorette@1.4.0 environment 0 11.3 kB jorgebucaran
npm/colors@1.4.0 environment 0 39.5 kB dabh
npm/commander@8.3.0 environment, filesystem, shell 0 151 kB abetomo
npm/commitizen@4.2.4 eval 0 380 kB commitizen-bot
npm/compression@1.7.4 None 0 23.3 kB dougwilson
npm/concurrently@6.4.0 environment, filesystem 0 107 kB gustavohenke
npm/confusing-browser-globals@1.0.10 None 0 3.87 kB iansu
npm/connect@3.7.0 environment, network 0 95.2 kB dougwilson
npm/conventional-changelog-angular@5.0.13 filesystem 0 30.4 kB oss-bot
npm/conventional-changelog-cli@2.1.1 None 0 34.3 kB bcoe
npm/conventional-changelog-conventionalcommits@4.6.1 filesystem 0 27.2 kB oss-bot
npm/conventional-changelog-core@4.2.4 shell 0 49.3 kB oss-bot
npm/conventional-changelog@3.1.24 None 0 38.4 kB bcoe
npm/conventional-commits-parser@3.2.3 None 0 58 kB oss-bot
npm/convert-source-map@1.8.0 filesystem 0 10.3 kB thlorenz
npm/copy-webpack-plugin@9.1.0 None +2 89 kB evilebottnawi
npm/core-js-compat@3.19.3 None 0 355 kB zloirock
npm/core-js@3.19.3 environment, eval, filesystem 0 822 kB zloirock
npm/cors@2.8.5 None 0 20 kB dougwilson
npm/cosmiconfig@7.0.1 filesystem 0 90.9 kB davidtheclark
npm/coveralls@3.1.1 environment, filesystem, shell 0 33 kB nickmerwin
npm/cpr@3.0.1 None 0 67.1 kB davglass
npm/cross-env@7.0.3 environment 0 29.1 kB kentcdodds
npm/cryptiles@4.1.3 None 0 4.39 kB hueniverse
npm/css-loader@6.5.1 None +4 227 kB evilebottnawi
npm/cypress-cucumber-preprocessor@4.3.1 filesystem 0 102 kB lgandecki
npm/cypress-file-upload@5.0.8 None 0 200 kB abramenal
npm/cypress@8.3.1 environment, filesystem, shell +3 2.85 MB bkucera
npm/cz-conventional-changelog@3.3.0 environment 0 30.4 kB commitizen-bot
npm/debug@4.3.3 environment 0 42 kB qix
npm/decamelize@1.2.0 None 0 2.94 kB sindresorhus
npm/deepmerge@4.2.2 None 0 30.1 kB tehshrike
npm/del@4.1.1 None +2 24.7 kB sindresorhus
npm/diff@4.0.2 None 0 335 kB kpdecker
npm/dir-glob@3.0.1 None 0 5.42 kB sindresorhus
npm/dotenv@10.0.0 environment, filesystem 0 24.9 kB motdotla
npm/enhanced-resolve@4.5.0 None +2 147 kB sokra
npm/enquirer@2.3.6 environment 0 197 kB jonschlinkert
npm/envalid@7.2.2 environment 0 66.1 kB af
npm/errno@0.1.8 None 0 18.1 kB ralphtheninja
npm/escalade@3.1.1 filesystem 0 11.4 kB lukeed
npm/escape-string-regexp@1.0.5 None 0 2.69 kB jbnicolai
npm/eslint-plugin-import@2.29.1 filesystem, unsafe 0 1.21 MB ljharb
npm/eslint@8.57.0 environment, filesystem +4 3.21 MB eslintbot
npm/esrecurse@4.3.0 None 0 13.5 kB michaelficarra
npm/estraverse@4.3.0 None 0 36.3 kB michaelficarra
npm/event-stream@4.0.1 None 0 46.9 kB right9ctrl
npm/execa@5.1.1 environment, shell +1 61.8 kB sindresorhus
npm/exports-loader@3.1.0 None 0 24.6 kB evilebottnawi
npm/expose-loader@3.1.0 None 0 22.4 kB evilebottnawi
npm/express@4.17.1 environment, filesystem, network 0 208 kB dougwilson
npm/extract-text-webpack-plugin@3.0.2 filesystem +1 79 kB d3viant0ne
npm/fancy-log@1.3.3 None 0 6.49 kB phated
npm/fast-glob@3.2.7 filesystem +1 94.3 kB mrmlnc
npm/fast-json-stable-stringify@2.1.0 None 0 17 kB esp
npm/faye-websocket@0.11.4 network 0 30.8 kB jcoglan
npm/figgy-pudding@3.5.2 None 0 18.4 kB isaacs
npm/file-loader@6.2.0 None +1 70.1 kB evilebottnawi
npm/find-cache-dir@2.1.0 None +1 10.2 kB sindresorhus
npm/find-root@1.1.0 filesystem 0 5.27 kB jsdnxx
npm/find-up@5.0.0 Transitive: filesystem +3 27.3 kB sindresorhus
npm/fork-ts-checker-webpack-plugin@6.2.10 filesystem, shell +1 310 kB piotr-oles
npm/fs-extra@10.0.0 Transitive: filesystem +2 156 kB ryanzim
npm/fs-minipass@2.1.0 filesystem 0 14.1 kB isaacs
npm/gensync@1.0.0-beta.2 None 0 28.9 kB loganfsmyth
npm/get-caller-file@2.0.5 None 0 4.72 kB stefanpenner
npm/gh-pages@3.2.3 filesystem, shell 0 52.8 kB tschaub
npm/git-raw-commits@2.0.10 shell 0 14 kB oss-bot
npm/globby@12.0.2 None +2 28.4 kB sindresorhus
npm/graceful-fs@4.2.9 environment, filesystem 0 31.6 kB isaacs
npm/handlebars@4.7.7 filesystem 0 2.72 MB knappi
npm/html-entities@2.3.2 None 0 99.5 kB mdevils
npm/html-loader@2.1.2 None 0 77.7 kB evilebottnawi
npm/html-webpack-plugin@5.5.0 filesystem, unsafe +1 193 kB jantimon
npm/http-server@0.12.3 filesystem, network 0 25.4 kB thornjad
npm/https-proxy-agent@5.0.0 network 0 26.2 kB tootallnate
npm/husky@7.0.4 filesystem, shell 0 6.06 kB typicode
npm/icss-utils@4.1.1 None 0 9.47 kB evilebottnawi
npm/ignore@5.1.9 None 0 47.6 kB kael
npm/image-size@0.5.5 filesystem 0 19.2 kB netroy
npm/import-fresh@3.3.0 None 0 4.87 kB sindresorhus
npm/imports-loader@3.1.1 None 0 36.9 kB evilebottnawi
npm/infer-owner@1.0.4 filesystem 0 4.29 kB isaacs
npm/inflight@1.0.6 None 0 3.76 kB isaacs
npm/inherits@2.0.4 None 0 3.96 kB isaacs
npm/ini@2.0.0 None 0 9.47 kB isaacs
npm/inquirer@8.2.0 None +1 91.8 kB sboudrias
npm/ip@1.1.5 None 0 35.7 kB indutny
npm/is-absolute-url@3.0.3 None 0 3.46 kB sindresorhus
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-extglob@2.1.1 None 0 6.22 kB jonschlinkert
npm/is-glob@4.0.3 None 0 13.6 kB phated
npm/is-wsl@2.2.0 environment, filesystem 0 3.76 kB sindresorhus
npm/isobject@3.0.1 None 0 6.93 kB doowb
npm/istanbul-instrumenter-loader@3.0.1 None +1 46.6 kB d3viant0ne
npm/istanbul-lib-coverage@3.2.0 None 0 29.3 kB oss-bot
npm/istanbul-lib-instrument@4.0.3 None 0 57.9 kB coreyfarrell
npm/istanbul-lib-source-maps@4.0.1 filesystem 0 34.1 kB oss-bot
npm/jasmine-core@3.10.1 filesystem 0 402 kB sgravrock
npm/jasmine-spec-reporter@7.0.0 filesystem 0 220 kB bcaudan
npm/jest-circus@27.4.2 eval +1 81.7 kB simenb
npm/jest-config@27.0.6 filesystem Transitive: environment +2 154 kB simenb
npm/jest-environment-jsdom@27.4.3 None 0 8.1 kB simenb
npm/jest-environment-node@27.4.2 unsafe 0 6.88 kB simenb
npm/jest-get-type@27.4.0 None 0 3.81 kB simenb
npm/jest-haste-map@27.4.2 environment, filesystem, shell +2 170 kB simenb
npm/jest-jasmine2@27.4.2 eval 0 137 kB simenb
npm/jest-message-util@27.4.2 eval +1 21.4 kB simenb
npm/jest-regex-util@27.4.0 None 0 3.37 kB simenb
npm/jest-resolve@27.0.6 environment, unsafe +2 58.2 kB simenb
npm/jest-runner@27.4.3 environment +1 91.3 kB simenb
npm/jest-runtime@27.4.2 unsafe +3 149 kB simenb
npm/jest-util@27.0.6 environment +2 65.9 kB simenb
npm/jest-validate@27.4.2 None 0 32 kB simenb
npm/jest-worker@27.4.2 environment, shell +1 86.5 kB simenb
npm/jest@27.4.3 None +1 8.34 kB simenb
npm/js-tokens@4.0.0 None 0 15.1 kB lydell
npm/js-yaml@3.14.1 eval 0 291 kB vitaly
npm/json-loader@0.5.7 None 0 6.78 kB d3viant0ne
npm/json-parse-better-errors@1.0.2 None 0 6.7 kB zkat
npm/jsonc-parser@3.0.0 None 0 171 kB aeschli
npm/klona@2.0.5 None 0 23 kB lukeed
npm/lerna-changelog@2.2.0 environment, network +1 69.1 kB turbo87
npm/lerna-update-wizard@1.1.0 None +1 68.6 kB mhoegh
npm/lerna-wizard@1.1.1 None 0 273 kB szarouski
npm/lerna@4.0.0 None +1 25 kB evocateur
npm/lint-staged@11.2.6 environment, filesystem 0 88.3 kB okonet
npm/lodash.clonedeep@4.5.0 None 0 48.2 kB jdalton
npm/lodash@4.17.21 None 0 1.41 MB bnjmnt4n
npm/log-symbols@4.1.0 None 0 4.58 kB sindresorhus
npm/loglevel@1.8.0 None 0 139 kB pimterry
npm/magic-string@0.25.7 None 0 364 kB rich_harris
npm/make-dir@3.1.0 filesystem 0 10 kB sindresorhus
npm/make-error@1.3.6 None 0 12.4 kB julien-f
npm/merge2@1.4.1 None 0 8.9 kB zensh
npm/micromatch@3.1.10 Transitive: filesystem +3 132 kB jonschlinkert
npm/mime@1.6.0 environment, filesystem 0 51.7 kB broofa
npm/mini-css-extract-plugin@2.4.5 unsafe 0 90.8 kB evilebottnawi
npm/minimatch@3.0.4 None 0 33.1 kB isaacs
npm/minimist@1.2.5 None 0 32.4 kB substack
npm/minipass-pipeline@1.2.4 None 0 7 kB isaacs
npm/minipass@3.1.5 None +1 52.4 kB isaacs
npm/mkdirp@0.5.5 filesystem 0 7.53 kB isaacs
npm/morgan@1.10.0 eval 0 29.7 kB dougwilson
npm/ms@2.1.3 None 0 6.72 kB styfle
npm/nanoid@3.2.0 None 0 26.9 kB ai
npm/neo-async@2.6.2 None 0 298 kB suguru03
npm/ng-router-loader@2.1.0 filesystem +1 103 kB shlomiassaf
npm/ng2-completer@9.0.1 None 0 902 kB oferhe
npm/ng2-smart-table@1.7.2 None 0 1.42 MB akveo
npm/ngc-webpack@4.1.2 filesystem, unsafe +1 257 kB shlomiassaf
npm/node-addon-api@3.2.1 None 0 420 kB nicknaso
npm/node-gyp-build@4.3.0 environment, filesystem 0 12.7 kB vweevers
npm/nodemon@2.0.15 environment, filesystem, shell 0 197 kB remy
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/npm-check-updates@11.8.5 environment, filesystem +1 141 kB raine
npm/npm-package-arg@8.1.5 environment 0 16.6 kB isaacs
npm/npm-pick-manifest@6.1.1 None 0 22.6 kB ruyadorno
npm/npm-run-all@4.1.5 environment 0 92.5 kB mysticatea
npm/npm-run-path@4.0.1 environment 0 8.13 kB sindresorhus
npm/nx@12.10.1 None 0 10.1 kB nrwl
npm/nyc@15.1.0 environment, filesystem, unsafe +3 440 kB coreyfarrell
npm/object-assign@4.1.1 None 0 5.49 kB sindresorhus
npm/once@1.4.0 None 0 4.05 kB isaacs
npm/open@8.4.0 environment, filesystem, shell +1 50.8 kB sindresorhus
npm/opencollective-postinstall@2.0.3 environment 0 3.69 kB znarf
npm/opn@5.5.0 shell 0 32 kB sindresorhus
npm/optimize-js-plugin@0.0.4 None 0 5.41 kB vignesh.shanmugam
npm/ora@5.4.1 None +2 32.2 kB sindresorhus
npm/p-limit@3.1.0 None 0 7.75 kB sindresorhus
npm/p-try@2.2.0 None 0 4.37 kB sindresorhus
npm/pacote@12.0.2 environment, filesystem, network 0 65.6 kB gar
npm/parse-json@4.0.0 None 0 3.74 kB sindresorhus
npm/parse5@6.0.1 None 0 331 kB inikulin
npm/path-is-absolute@1.0.1 None 0 3.62 kB sindresorhus
npm/pdfmake@0.2.4 filesystem 0 12.9 MB liborm85
npm/picomatch@2.3.0 None 0 89 kB jonschlinkert
npm/pirates@4.0.4 unsafe 0 13.5 kB danez
npm/pkg-dir@4.2.0 None 0 4.75 kB sindresorhus
npm/pluralize@8.0.0 None 0 17.7 kB blakeembrey
npm/portfinder@1.0.28 filesystem, network 0 19.4 kB eriktrom
npm/postcss-value-parser@4.2.0 None 0 27.2 kB evilebottnawi
npm/postcss@8.4.4 environment, filesystem +2 971 kB ai
npm/preload-webpack-plugin@2.3.0 None 0 31.4 kB jeffposnick
npm/prettier-tslint@0.4.2 filesystem 0 18.9 kB azz
npm/prettier@2.5.1 environment, eval, filesystem, unsafe 0 21 MB sosukesuzuki
npm/pretty-format@27.4.2 eval +1 75.6 kB simenb
npm/pretty-quick@3.1.2 filesystem 0 51.9 kB azz
npm/promise-inflight@1.0.1 None 0 3.04 kB iarna
npm/protractor@7.0.0 filesystem, shell 0 715 kB angular
npm/randombytes@2.1.0 None 0 6.36 kB cwmma
npm/range-parser@1.2.1 None 0 8.46 kB dougwilson
npm/raw-loader@3.1.0 None +1 40.6 kB evilebottnawi
npm/reflect-metadata@0.1.13 None 0 293 kB rbuckton
npm/regenerator-runtime@0.13.9 None 0 27.4 kB benjamn
npm/require-directory@2.1.1 filesystem 0 12.1 kB troygoode
npm/require-from-string@2.0.2 unsafe 0 3.42 kB floatdrop
npm/resolve-from@5.0.0 filesystem, unsafe 0 5.82 kB sindresorhus
npm/resolve-global@1.0.0 None 0 4.34 kB sindresorhus
npm/resolve@1.20.0 filesystem 0 115 kB ljharb
npm/rimraf@3.0.2 filesystem 0 17.3 kB isaacs
npm/rxjs@7.4.0 None 0 4.45 MB blesh
npm/sass-loader@12.4.0 environment 0 53.2 kB evilebottnawi
npm/sass@1.44.0 None 0 4.24 MB sassbot
npm/schema-utils@4.0.0 None 0 66.3 kB evilebottnawi
npm/script-ext-html-webpack-plugin@2.1.5 None 0 35.7 kB numical
npm/selfsigned@1.10.11 None 0 23.8 kB jfromaniello
npm/semver@7.3.5 None 0 88.2 kB isaacs
npm/send@0.17.1 filesystem, network 0 48.2 kB dougwilson
npm/set-blocking@2.0.0 None 0 4.22 kB bcoe
npm/snyk@1.787.0 None 0 40.1 MB snyk-admin
npm/source-map-loader@3.0.0 None +1 812 kB evilebottnawi
npm/source-map-support@0.5.21 filesystem 0 85.2 kB linusu
npm/source-map@0.7.3 filesystem, network 0 312 kB nickfitzgerald
npm/sourcemap-codec@1.4.8 None 0 31.8 kB rich_harris
npm/split-string@3.1.0 None +1 18.6 kB jonschlinkert
npm/standard-version@9.3.2 filesystem, shell 0 130 kB oss-bot
npm/string-replace-loader@3.1.0 None +1 41.1 kB val_
npm/string-width@4.2.3 None +2 45.6 kB sindresorhus
npm/strip-ansi@6.0.1 None +1 9.64 kB sindresorhus
npm/style-loader@3.3.1 None 0 60 kB evilebottnawi
npm/supports-color@7.2.0 None +1 10.2 kB sindresorhus
npm/symbol-observable@4.0.0 eval 0 16.8 kB blesh
npm/terser-webpack-plugin@5.2.5 None +1 107 kB evilebottnawi
npm/terser@5.10.0 eval 0 1.93 MB fabiosantoscode
npm/text-table@0.2.0 None 0 11 kB substack
npm/through2@2.0.5 None 0 9.65 kB rvagg
npm/tmp@0.2.1 filesystem 0 52.9 kB raszi
npm/to-regex@3.0.2 None +1 17.4 kB jonschlinkert
npm/to-string-loader@1.2.0 None +1 34.3 kB gajus
npm/tree-kill@1.2.2 shell 0 7.82 kB wmhilton
npm/ts-jest@27.1.1 environment, filesystem, unsafe Transitive: network, shell +1 362 kB kul
npm/ts-loader@9.2.6 filesystem 0 248 kB johnnyreilly
npm/ts-node@10.4.0 environment, filesystem, unsafe +3 571 kB cspotcode
npm/tsconfig-paths-webpack-plugin@3.4.1 None 0 44.6 kB jonaskello
npm/tsconfig-paths@3.12.0 environment, filesystem, unsafe 0 88.2 kB jonaskello
npm/tslib@2.3.1 None 0 39.1 kB typescript-bot
npm/tslint-config-prettier@1.18.0 None 0 13.5 kB alexjoverm
npm/tslint-loader@3.6.0 filesystem +1 43.7 kB blacksonic
npm/tslint@6.1.3 filesystem 0 1.89 MB palantir
npm/typedoc@0.22.10 environment, filesystem, shell, unsafe +2 2.4 MB typedoc-bot
npm/typemoq@2.1.0 None 0 506 kB florinn
npm/typescript-tslint-plugin@1.0.1 environment, shell 0 63.7 kB mattbierner
npm/typescript@4.5.3 None 0 64 MB typescript-bot
npm/uglifyjs-webpack-plugin@2.2.0 eval +1 82.5 kB evilebottnawi
npm/unleash@2.0.2 environment, filesystem, shell 0 132 kB jameswomack
npm/url-loader@4.1.1 None +1 61.6 kB evilebottnawi
npm/url@0.11.0 None 0 76.8 kB defunctzombie
npm/uuid@8.3.2 None 0 116 kB ctavan
npm/v8-compile-cache@2.3.0 environment, filesystem, unsafe 0 16.8 kB zertosh
npm/v8-to-istanbul@8.1.0 filesystem, unsafe 0 41.8 kB oss-bot
npm/wait-on@6.0.0 filesystem, network 0 34.7 kB jeffbski
npm/wcwidth@1.0.1 None 0 14.2 kB timoxley
npm/webpack-bundle-analyzer@4.5.0 environment, filesystem, network 0 1.26 MB valscion
npm/webpack-cli@4.9.1 environment, filesystem +1 85.4 kB evilebottnawi
npm/webpack-dev-middleware@5.2.2 filesystem 0 48.5 kB evilebottnawi
npm/webpack-dev-server@4.6.0 environment, network Transitive: filesystem +7 792 kB evilebottnawi
npm/webpack-graphql-loader@1.0.2 filesystem +2 215 kB stephen
npm/webpack-inline-manifest-plugin@4.0.1 None 0 37 kB almothafar
npm/webpack-merge@5.8.0 None +2 86.9 kB bebraw
npm/webpack-node-externals@3.0.0 filesystem 0 17.3 kB liady
npm/webpack-sources@1.4.3 None 0 36.7 kB sokra
npm/webpack@5.65.0 environment, filesystem, network, unsafe +9 4.72 MB sokra
npm/worker-farm@1.7.0 environment, shell 0 49.9 kB rvagg
npm/write-file-atomic@3.0.3 filesystem 0 12.8 kB isaacs
npm/ws@6.2.2 network 0 102 kB lpinca
npm/xml2js@0.4.23 None +1 511 kB leonidas
npm/yargs-parser@20.0.0 environment, filesystem 0 116 kB oss-bot
npm/zone.js@0.11.4 None 0 5.4 MB google-wombot

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/fsevents@1.2.13
  • Install script: install
  • Source: node install.js
Install scripts npm/nodemon@2.0.15
  • Install script: postinstall
  • Source: node bin/postinstall || exit 0
Install scripts npm/cypress@8.3.1
  • Install script: postinstall
  • Source: node index.js --exec install
Install scripts npm/typemoq@2.1.0
  • Install script: postinstall
  • Source: postinstall-build dist
Install scripts npm/esbuild@0.14.2
Install scripts npm/@angular/cli@13.1.0
  • Install script: postinstall
  • Source: node ./bin/postinstall/script.js
Install scripts npm/@compodoc/compodoc@1.1.16
  • Install script: postinstall
  • Source: opencollective-postinstall || exit 0
Install scripts npm/@nrwl/angular@12.10.1
  • Install script: postinstall
  • Source: node ./scripts/nx-cli-warning.js
Install scripts npm/@nstudio/xplat@12.7.0
  • Install script: postinstall
  • Source: node src/utils/postinstall.js

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/fsevents@1.2.13
  • @SocketSecurity ignore npm/nodemon@2.0.15
  • @SocketSecurity ignore npm/cypress@8.3.1
  • @SocketSecurity ignore npm/typemoq@2.1.0
  • @SocketSecurity ignore npm/esbuild@0.14.2
  • @SocketSecurity ignore npm/@angular/cli@13.1.0
  • @SocketSecurity ignore npm/@compodoc/compodoc@1.1.16
  • @SocketSecurity ignore npm/@nrwl/angular@12.10.1
  • @SocketSecurity ignore npm/@nstudio/xplat@12.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant