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

[Snyk] Security upgrade @matterlabs/zksync-nuxt-core from 1.9.7 to 1.10.0 #28

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

Conversation

naiba4
Copy link
Owner

@naiba4 naiba4 commented Mar 27, 2024

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project.

Changes included in this PR

  • Changes to the following files to upgrade the vulnerable dependencies to a fixed version:
    • package.json

Note for zero-installs users

If you are using the Yarn feature zero-installs that was introduced in Yarn V2, note that this PR does not update the .yarn/cache/ directory meaning this code cannot be pulled and immediately developed on as one would expect for a zero-install project - you will need to run yarn to update the contents of the ./yarn/cache directory.
If you are not using zero-install you can ignore this as your flow should likely be unchanged.

⚠️ Warning
Failed to update the yarn.lock, please update manually before merging.

Vulnerabilities that will be fixed

With an upgrade:
Severity Priority Score (*) Issue Breaking Change Exploit Maturity
medium severity 75/1000
Why? Confidentiality impact: Low, Integrity impact: Low, Availability impact: None, Scope: Changed, Exploit Maturity: No data, User Interaction (UI): Required, Privileges Required (PR): None, Attack Complexity: Low, Attack Vector: Network, EPSS: 0.01055, Social Trends: No, Days since published: 0, Reachable: No, Transitive dependency: Yes, Is Malicious: No, Business Criticality: High, Provider Urgency: Medium, Package Popularity Score: 99, Impact: 4.54, Likelihood: 1.64, Score Version: V5
Open Redirect
SNYK-JS-EXPRESS-6474509
No No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Check the changes in this PR to ensure they won't cause issues with your project.


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report

🛠 Adjust project settings

📚 Read more about Snyk's upgrade and patch logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Open Redirect

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-EXPRESS-6474509

This PR has 2 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +1 -1
Percentile : 0.8%

Total files changed: 1

Change summary by file extension:
.json : +1 -1

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

Copy link

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

Package New capabilities Transitives Size Publisher
npm/@babel/helper-environment-visitor@7.22.20 None 0 6.56 kB nicolo-ribaudo
npm/@babel/helper-validator-identifier@7.22.20 None 0 49.1 kB nicolo-ribaudo
npm/@babel/types@7.24.0 environment 0 2.41 MB nicolo-ribaudo
npm/@commitlint/config-validator@16.2.1 None 0 13.3 kB escapedcat
npm/@commitlint/ensure@16.2.1 None 0 22.7 kB escapedcat
npm/@commitlint/execute-rule@16.2.1 None 0 10.8 kB escapedcat
npm/@commitlint/is-ignored@16.2.4 None 0 20.3 kB escapedcat
npm/@commitlint/message@16.2.1 None 0 9.61 kB escapedcat
npm/@commitlint/parse@16.2.1 None 0 12.8 kB escapedcat
npm/@commitlint/read@16.2.1 filesystem 0 19.3 kB escapedcat
npm/@commitlint/resolve-extends@16.2.1 None 0 22.5 kB escapedcat
npm/@commitlint/rules@16.2.4 None 0 94.4 kB escapedcat
npm/@commitlint/to-lines@16.2.1 None 0 9.44 kB escapedcat
npm/@commitlint/top-level@16.2.1 None 0 11.2 kB escapedcat
npm/@commitlint/types@16.2.1 None 0 35.3 kB escapedcat
npm/@ethersproject/abstract-provider@5.7.0 None 0 61 kB ricmoo
npm/@ethersproject/abstract-signer@5.7.0 None 0 82.2 kB ricmoo
npm/@ethersproject/base64@5.7.0 None 0 11.3 kB ricmoo
npm/@ethersproject/bytes@5.7.0 None 0 80.9 kB ricmoo
npm/@ethersproject/constants@5.7.0 None 0 18.7 kB ricmoo
npm/@ethersproject/keccak256@5.7.0 None 0 6.09 kB ricmoo
npm/@ethersproject/logger@5.7.0 None 0 69.5 kB ricmoo
npm/@ethersproject/networks@5.7.1 None 0 47.5 kB ricmoo
npm/@ethersproject/properties@5.7.0 None 0 31 kB ricmoo
npm/@ethersproject/rlp@5.7.0 None 0 29.6 kB ricmoo
npm/@ethersproject/signing-key@5.7.0 None 0 244 kB ricmoo
npm/@ethersproject/strings@5.7.0 None 0 119 kB ricmoo
npm/@ethersproject/transactions@5.7.0 None 0 89.6 kB ricmoo
npm/@ethersproject/web@5.7.1 network 0 128 kB ricmoo
npm/@humanwhocodes/config-array@0.11.14 None 0 55.6 kB nzakas
npm/@humanwhocodes/object-schema@2.0.2 None 0 53.3 kB nzakas
npm/@jridgewell/resolve-uri@3.1.2 None 0 53.2 kB jridgewell
npm/@jridgewell/sourcemap-codec@1.4.15 None 0 45.9 kB jridgewell
npm/@matterlabs/zksync-nuxt-core@1.10.0 None +1 2.38 MB andreydrebot
npm/@nuxt/components@0.3.5 filesystem 0 32 kB atinux
npm/@nuxtjs/axios@5.13.6 environment 0 17.1 kB pi0
npm/@nuxtjs/eslint-config-typescript@8.0.0 None 0 2.73 kB clarkdo
npm/@nuxtjs/eslint-config@8.0.0 None 0 5.21 kB clarkdo
npm/@octokit/auth-token@3.0.4 None 0 24.2 kB octokitbot
npm/@octokit/core@4.2.4 None 0 43.7 kB octokitbot
npm/@octokit/endpoint@7.0.6 None 0 87.4 kB octokitbot
npm/@octokit/graphql@5.0.6 None 0 38.7 kB octokitbot
npm/@octokit/plugin-paginate-rest@6.1.2 None 0 196 kB octokitbot
npm/@octokit/request-error@3.0.3 None 0 21.7 kB octokitbot
npm/@octokit/request@6.2.8 network 0 54.7 kB octokitbot
npm/@octokit/types@9.3.2 None 0 228 kB octokitbot
npm/@popperjs/core@2.11.8 None 0 1.46 MB fezvrasta
npm/@semantic-release/error@3.0.0 None 0 4.67 kB semantic-release-bot
npm/@sentry/browser@6.19.7 None 0 3.88 MB sentry-bot
npm/@sentry/integrations@6.19.7 None 0 3.66 MB sentry-bot
npm/@sentry/node@6.19.7 environment, filesystem, network 0 676 kB sentry-bot
npm/@types/babel__core@7.20.5 None 0 33 kB types
npm/@types/compression@1.7.5 None 0 10.9 kB types
npm/@types/connect@3.4.38 None 0 5.91 kB types
npm/@types/etag@1.8.3 None 0 3.3 kB types
npm/@types/file-loader@5.0.4 None 0 10.5 kB types
npm/@types/html-minifier@4.0.5 None 0 9.87 kB types
npm/@types/json-schema@7.0.15 None 0 31.7 kB types
npm/@types/less@3.0.6 None 0 12.4 kB types
npm/@types/node@20.11.30 None 0 2.01 MB types
npm/@types/optimize-css-assets-webpack-plugin@5.0.8 None 0 6.46 kB types
npm/@types/pug@2.0.10 None 0 9.7 kB types
npm/@types/serve-static@1.15.5 None 0 7.77 kB types
npm/@types/terser-webpack-plugin@4.2.1 None 0 6.96 kB types
npm/@types/webpack-bundle-analyzer@3.9.5 None 0 12.6 kB types
npm/@types/webpack-hot-middleware@2.25.5 None 0 7.23 kB types
npm/@types/webpack@4.41.38 None 0 111 kB types
npm/@typescript-eslint/eslint-plugin@5.62.0 None 0 2.43 MB jameshenry
npm/@typescript-eslint/parser@5.62.0 None 0 18.6 kB jameshenry
npm/@vue/compiler-sfc@2.7.16 environment, eval, filesystem, unsafe 0 676 kB yyx990803
npm/@walletconnect/web3-provider@1.8.0 None 0 876 kB bkrem
npm/@web3-onboard/coinbase@2.2.7 None 0 7.13 kB cmeisl
npm/@web3-onboard/core@2.21.3 None 0 687 kB cmeisl
npm/@web3-onboard/dcent@2.2.7 network 0 16.1 kB cmeisl
npm/@web3-onboard/fortmatic@2.0.19 None 0 7.81 kB cmeisl
npm/@web3-onboard/gnosis@2.2.1 None 0 7.95 kB cmeisl
npm/@web3-onboard/injected-wallets@2.10.12 None 0 0 B
npm/@web3-onboard/keepkey@2.3.8 None 0 31.5 kB cmeisl
npm/@web3-onboard/ledger@2.6.0 None 0 33.6 kB cmeisl
npm/@web3-onboard/portis@2.1.7 None 0 17.8 kB cmeisl
npm/@web3-onboard/torus@2.2.6 None 0 6.59 kB cmeisl
npm/@web3-onboard/trezor@2.4.4 None 0 24.8 kB cmeisl
npm/@web3-onboard/walletconnect@2.5.4 None 0 27.9 kB cmeisl
npm/acorn@8.11.3 None 0 531 kB marijn
npm/aggregate-error@3.1.0 None 0 6.69 kB sindresorhus
npm/ansi-styles@2.2.1 None 0 4.72 kB sindresorhus
npm/anymatch@3.1.3 None 0 9.65 kB phated
npm/asap@2.0.6 None 0 33.9 kB kriskowal
npm/async-foreach@0.1.3 None 0 18.1 kB cowboy
npm/asynckit@0.4.0 None 0 27.4 kB alexindigo
npm/axios-retry@3.9.1 None 0 72 kB softonic
npm/axios@0.21.4 environment, network 0 375 kB jasonsaayman
npm/before-after-hook@2.2.3 None 0 37 kB gr2m
npm/binary-extensions@2.3.0 None 0 5.03 kB sindresorhus
npm/bindings@1.5.0 environment, filesystem 0 11.2 kB tootallnate
npm/body-scroll-lock@2.7.1 None 0 32.8 kB willmcpo
npm/browser-stdout@1.3.1 None 0 2.3 kB kumavis
npm/buffer-from@1.1.2 None 0 5.05 kB linusu
npm/buffer@5.7.1 None 0 82.5 kB feross
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/chokidar@3.6.0 environment, filesystem 0 90.2 kB paulmillr
npm/combined-stream@1.0.8 None 0 11.5 kB alexindigo
npm/component-emitter@1.3.1 None 0 6.3 kB sindresorhus
npm/consola@2.15.3 environment, filesystem 0 123 kB pi0
npm/content-type@1.0.5 None 0 10.5 kB dougwilson
npm/conventional-changelog-angular@5.0.13 filesystem 0 30.4 kB oss-bot
npm/conventional-changelog-conventionalcommits@4.6.3 filesystem 0 28.2 kB oss-bot
npm/conventional-commits-filter@2.0.7 None 0 11.9 kB bcoe
npm/conventional-commits-parser@3.2.4 None 0 58.5 kB oss-bot
npm/cookiejar@2.1.4 None 0 14.5 kB andyburke
npm/core-js@3.36.1 environment, eval, filesystem 0 1.21 MB zloirock
npm/cosmiconfig-typescript-loader@2.0.2 None 0 8.62 kB codex-
npm/cosmiconfig@7.1.0 filesystem 0 92 kB d-fischer
npm/cross-spawn@3.0.1 environment, filesystem, shell 0 13.7 kB satazor
npm/csstype@3.1.3 None 0 1.25 MB faddee
npm/deep-extend@0.6.0 None 0 9.19 kB unclechu
npm/defu@5.0.1 None 0 11.3 kB pi0
npm/delayed-stream@1.0.0 None 0 8.02 kB apechimp
npm/depd@2.0.0 environment, eval 0 27.1 kB dougwilson
npm/deprecation@2.3.1 None 0 4.01 kB gr2m
npm/destroy@1.2.0 filesystem 0 9.02 kB dougwilson
npm/dezalgo@1.0.4 None 0 2.96 kB gar
npm/dotenv@16.4.5 environment, filesystem 0 79.1 kB motdotla
npm/eastasianwidth@0.2.0 None 0 13.6 kB komagata
npm/elliptic@6.5.4 None 0 118 kB indutny
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/escape-string-regexp@1.0.5 None 0 2.69 kB jbnicolai
npm/eslint-config-prettier@8.10.0 None 0 19.9 kB lydell
npm/eslint-config-standard@16.0.3 None 0 16.4 kB linusu
npm/eslint-import-resolver-typescript@2.7.1 None 0 59.9 kB jounqin
npm/eslint-plugin-import@2.29.1 filesystem, unsafe +1 1.28 MB ljharb
npm/eslint-plugin-jest@25.7.0 filesystem 0 315 kB simenb
npm/eslint-plugin-node@11.1.0 filesystem 0 269 kB mysticatea
npm/eslint-plugin-nuxt@3.2.0 None 0 42.2 kB clarkdo
npm/eslint-plugin-prettier-vue@3.1.0 None 0 21.4 kB meteorlxy
npm/eslint-plugin-promise@5.2.0 None 0 42.5 kB xjamundx
npm/eslint-plugin-unicorn@39.0.0 filesystem 0 490 kB sindresorhus
npm/eslint-plugin-vue@8.7.1 filesystem, unsafe 0 1.16 MB ota-meshi
npm/eslint-visitor-keys@3.4.3 None 0 32.3 kB eslintbot
npm/espree@9.6.1 None 0 73.6 kB eslintbot
npm/esquery@1.5.0 None 0 1 MB michaelficarra
npm/ethers@5.7.2 None 0 10.7 MB ricmoo
npm/execa@5.1.1 environment, shell 0 57.5 kB sindresorhus
npm/fast-safe-stringify@2.1.1 None 0 39.7 kB matteo.collina
npm/fastq@1.17.1 None 0 41.9 kB matteo.collina
npm/file-uri-to-path@1.0.0 None 0 8.07 kB tootallnate
npm/find-up@5.0.0 Transitive: filesystem +1 18.8 kB sindresorhus
npm/flat-cache@3.2.0 filesystem 0 29.4 kB jaredwray
npm/flat@5.0.2 None 0 26.6 kB timoxley
npm/flatted@3.3.1 None 0 40.3 kB webreflection
npm/fork-ts-checker-webpack-plugin@6.5.3 filesystem, shell 0 277 kB piotr-oles
npm/fs-extra@10.1.0 None 0 63.3 kB ryanzim
npm/fsevents@2.3.3 None 0 173 kB pipobscure
npm/function-bind@1.1.2 None 0 31.4 kB ljharb
npm/fuse.js@6.6.2 None 0 392 kB krisk
npm/gaze@1.1.3 filesystem 0 25.9 kB shama
npm/get-stdin@4.0.1 None 0 1.94 kB sindresorhus
npm/git-raw-commits@2.0.11 shell 0 14.4 kB oss-bot
npm/glob-all@3.3.1 None 0 12.5 kB jpillora
npm/glob@7.2.3 filesystem 0 55.1 kB isaacs
npm/google-fonts-helper@1.2.0 filesystem +1 154 kB ricardogobbosouza
npm/graceful-fs@4.2.11 environment, filesystem 0 32.5 kB isaacs
npm/has-symbols@1.0.3 None 0 20.6 kB ljharb
npm/hash.js@1.1.7 None 0 41.7 kB indutny
npm/http-proxy-agent@7.0.2 network 0 23.3 kB tootallnate
npm/http-proxy-middleware@1.3.1 network 0 76.7 kB chimurai
npm/https-proxy-agent@7.0.4 network +1 58.8 kB tootallnate
npm/ieee754@1.2.1 None 0 6.8 kB feross
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/import-from@4.0.0 unsafe 0 4.91 kB sindresorhus
npm/ini@1.3.8 None 0 9.3 kB isaacs
npm/is-binary-path@2.1.0 None 0 3.08 kB sindresorhus
npm/is-path-inside@3.0.3 None 0 4.12 kB sindresorhus
npm/is-plain-object@5.0.0 None 0 9.16 kB trysound
npm/issue-parser@6.0.0 None 0 25.1 kB pvdlg
npm/js-cache@1.0.3 None 0 42.2 kB dirkbonhomme
npm/js-sha3@0.8.0 None 0 52.9 kB emn178
npm/js-tokens@4.0.0 None 0 15.1 kB lydell
npm/jsesc@2.5.2 None 0 32 kB mathias
npm/json-buffer@3.0.1 None 0 5.4 kB dominictarr
npm/jsonfile@6.1.0 filesystem 0 19.8 kB ryanzim
npm/keyv@4.5.4 None 0 27.8 kB jaredwray
npm/lodash.mergewith@4.6.2 None 0 54.2 kB jdalton
npm/meow@3.7.0 None +1 10.6 kB sindresorhus
npm/minimist@1.2.8 None 0 54.5 kB ljharb
npm/mkdirp@0.5.6 filesystem 0 7.69 kB isaacs
npm/nan@2.19.0 None 0 429 kB kkoopa
npm/node-fetch@2.7.0 network 0 162 kB node-fetch-bot
npm/node-gyp@3.8.0 environment, shell +1 1.62 MB rvagg
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/npmlog@4.1.2 None 0 17.4 kB iarna
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/on-headers@1.0.2 None 0 7.54 kB dougwilson
npm/optionator@0.9.3 None 0 50.2 kB gkz
npm/p-filter@2.1.0 None 0 5.81 kB sindresorhus
npm/p-reduce@2.1.0 None 0 6.14 kB sindresorhus
npm/parse-json@5.2.0 None 0 5.41 kB sindresorhus
npm/path-exists@4.0.0 filesystem 0 3.92 kB sindresorhus
npm/picocolors@1.0.0 environment 0 5.66 kB alexeyraspopov
npm/prettier@2.8.8 environment, filesystem, unsafe 0 11.2 MB prettier-bot
npm/randombytes@2.1.0 None 0 6.36 kB cwmma
npm/rc@1.2.8 environment, filesystem +1 22.3 kB dominictarr
npm/readdirp@3.6.0 filesystem 0 20.5 kB paulmillr
npm/regenerator-runtime@0.14.1 None 0 27.9 kB benjamn
npm/request@2.88.2 environment, filesystem, network 0 209 kB mikeal
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/sass-graph@2.2.5 filesystem 0 15.3 kB xzyfer
npm/sass-resources-loader@2.2.5 environment, filesystem 0 29.6 kB shakacode
npm/semver@7.3.7 None 0 87.4 kB lukekarrys
npm/serve-static@1.15.0 None 0 25.2 kB dougwilson
npm/sha.js@2.4.11 None 0 31.1 kB dcousens
npm/shell-quote@1.8.1 None 0 45 kB ljharb
npm/simple-concat@1.0.1 None 0 4.62 kB feross
npm/source-map@0.6.1 None 0 805 kB tromey
npm/stdout-stream@1.4.1 filesystem 0 4.47 kB mafintosh
npm/strip-ansi@3.0.1 None 0 3.1 kB jbnicolai
npm/supports-color@2.0.0 None 0 3.75 kB sindresorhus
npm/to-fast-properties@2.0.0 None 0 3.5 kB sindresorhus
npm/true-case-path@1.0.3 None 0 15.7 kB barsh
npm/ts-loader@8.4.0 filesystem 0 252 kB johnnyreilly
npm/ts-node@9.1.1 environment, filesystem, unsafe 0 410 kB cspotcode
npm/tunnel-agent@0.6.0 environment, network 0 16.7 kB mikeal
npm/typescript@4.9.5 None 0 66.8 MB typescript-bot
npm/universal-user-agent@6.0.1 None 0 5.76 kB gr2m
npm/universalify@2.0.1 None 0 4.67 kB ryanzim
npm/url-join@4.0.1 None 0 18.3 kB jfromaniello
npm/vue@3.4.21 environment, eval Transitive: filesystem, unsafe +1 4.46 MB yyx990803
npm/web3@1.10.4 None 0 5.2 MB jdevcs
npm/webpack@5.91.0 environment, filesystem, network, unsafe Transitive: eval +1 4.95 MB evilebottnawi
npm/yargs@17.7.2 environment, filesystem +1 421 kB oss-bot

🚮 Removed packages: npm/@matterlabs/zksync-nuxt-core@1.9.7, npm/@rollup/plugin-node-resolve@13.1.3, npm/@rollup/plugin-typescript@8.3.1, npm/@sentry/node@6.19.4, npm/@typescript-eslint/eslint-plugin@5.18.0, npm/@typescript-eslint/parser@5.18.0, npm/eslint@8.12.0, npm/firebase-admin@10.0.2, npm/firebase-functions@3.20.0, npm/node-fetch@3.2.10, npm/rimraf@3.0.2, npm/rollup@2.70.1, npm/ts-node@10.7.0, npm/tslib@2.3.1, npm/typescript@4.6.3

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
Trivial Package npm/has-flag@3.0.0
  • orphan: npm/has-flag@3.0.0
Debug access npm/prettier@2.8.8
Filesystem access npm/prettier@2.8.8
Dynamic require npm/prettier@2.8.8
High entropy strings npm/prettier@2.8.8
High entropy strings npm/prettier@2.8.8
Environment variable access npm/prettier@2.8.8
Environment variable access npm/prettier@2.8.8
Trivial Package npm/escape-string-regexp@1.0.5
New author npm/anymatch@3.1.3
Unmaintained npm/normalize-path@3.0.0
  • Last Publish: 4/19/2018, 2:54:47 PM
Network access npm/request@2.88.2
Environment variable access npm/request@2.88.2
Mild CVE npm/request@2.88.2
Deprecated npm/request@2.88.2
Network access npm/request@2.88.2
Network access npm/request@2.88.2
Filesystem access npm/request@2.88.2
Network access npm/tunnel-agent@0.6.0
Network access npm/tunnel-agent@0.6.0
Environment variable access npm/tunnel-agent@0.6.0
Unmaintained npm/tunnel-agent@0.6.0
  • Last Publish: 3/5/2017, 12:30:01 AM
Network access npm/tunnel-agent@0.6.0
Network access npm/tunnel-agent@0.6.0
Unmaintained npm/delayed-stream@1.0.0
  • Last Publish: 4/30/2015, 10:10:29 PM
Unmaintained npm/asynckit@0.4.0
  • Last Publish: 6/14/2016, 6:29:05 PM
Environment variable access npm/axios@0.21.4
Environment variable access npm/axios@0.21.4
Mild CVE npm/axios@0.21.4
Network access npm/axios@0.21.4
Network access npm/axios@0.21.4
Environment variable access npm/axios@0.21.4
Environment variable access npm/axios@0.21.4
Unmaintained npm/json-buffer@3.0.1
  • Last Publish: 9/10/2018, 7:02:16 PM
Unmaintained npm/deep-extend@0.6.0
  • Last Publish: 5/22/2018, 6:13:17 PM
Environment variable access npm/rc@1.2.8
Unmaintained npm/rc@1.2.8
  • Last Publish: 5/26/2018, 11:43:53 PM
Environment variable access npm/rc@1.2.8
Environment variable access npm/rc@1.2.8
Filesystem access npm/rc@1.2.8
Environment variable access npm/yargs@17.7.2
Dynamic require npm/yargs@17.7.2
Minified code npm/yargs@17.7.2
Filesystem access npm/yargs@17.7.2
Filesystem access npm/readdirp@3.6.0
New author npm/source-map@0.5.7
  • orphan: npm/source-map@0.5.7
Unmaintained npm/bindings@1.5.0
  • Last Publish: 2/27/2019, 10:54:44 PM
Environment variable access npm/bindings@1.5.0
Dynamic require npm/bindings@1.5.0
Environment variable access npm/bindings@1.5.0
Filesystem access npm/bindings@1.5.0
New author npm/strip-ansi@3.0.1
Trivial Package npm/strip-ansi@3.0.1
New author npm/dezalgo@1.0.4
Unmaintained npm/asap@2.0.6
  • Last Publish: 7/10/2017, 3:21:36 PM
Environment variable access npm/lru-cache@4.1.5
  • orphan: npm/lru-cache@4.1.5
Unmaintained npm/randombytes@2.1.0
  • Last Publish: 2/19/2019, 1:48:39 PM
Dynamic require npm/keyv@4.5.4
Unmaintained npm/eastasianwidth@0.2.0
  • Last Publish: 1/1/2018, 9:26:07 AM
New author npm/cosmiconfig@7.1.0
Filesystem access npm/cosmiconfig@7.1.0
Uses eval npm/depd@2.0.0
Shell access npm/execa@5.1.1
Environment variable access npm/execa@5.1.1
Filesystem access npm/locate-path@6.0.0
Unmaintained npm/on-headers@1.0.2
  • Last Publish: 2/22/2019, 3:48:54 AM
Environment variable access npm/chalk@1.1.3
Filesystem access

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants