2lambda123 / crypto-com-chain-desktop-wallet

Other
0 stars 0 forks source link

build(deps): bump the npm_and_yarn group across 1 directory with 4 updates #11

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the npm_and_yarn group with 4 updates in the / directory: axios, web3, postcss and semver.

Updates axios from 0.28.1 to 1.6.0

Release notes

Sourced from axios's releases.

Release v1.6.0

Release notes:

Bug Fixes

  • CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
  • dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
  • types: fix AxiosHeaders types; (#5931) (a1c8ad0)

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

Release v1.5.1

Release notes:

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

Release v1.5.0

Release notes:

Bug Fixes

  • adapter: make adapter loading error more clear by using platform-specific adapters explicitly (#5837) (9a414bb)
  • dns: fixed cacheable-lookup integration; (#5836) (b3e327d)
  • headers: added support for setting header names that overlap with class methods; (#5831) (d8b4ca0)
  • headers: fixed common Content-Type header merging; (#5832) (8fda276)

Features

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.0 (2023-10-26)

Bug Fixes

  • CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232)
  • dns: fixed lookup function decorator to work properly in node v20; (#6011) (5aaff53)
  • types: fix AxiosHeaders types; (#5931) (a1c8ad0)

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

Contributors to this release

1.5.1 (2023-09-26)

Bug Fixes

  • adapters: improved adapters loading logic to have clear error messages; (#5919) (e410779)
  • formdata: fixed automatic addition of the Content-Type header for FormData in non-browser environments; (#5917) (bc9af51)
  • headers: allow content-encoding header to handle case-insensitive values (#5890) (#5892) (4c89f25)
  • types: removed duplicated code (9e62056)

Contributors to this release

PRs

  • CVE 2023 45857 ( #6028 )

⚠️ Critical vulnerability fix. See https://security.snyk.io/vuln/SNYK-JS-AXIOS-6032459

1.5.0 (2023-08-26)

... (truncated)

Commits
  • f7adacd chore(release): v1.6.0 (#6031)
  • 9917e67 chore(ci): fix release-it arg; (#6032)
  • 96ee232 fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)
  • 7d45ab2 chore(tests): fixed tests to pass in node v19 and v20 with keep-alive enabl...
  • 5aaff53 fix(dns): fixed lookup function decorator to work properly in node v20; (#6011)
  • a48a63a chore(docs): added AxiosHeaders docs; (#5932)
  • a1c8ad0 fix(types): fix AxiosHeaders types; (#5931)
  • 2ac731d chore(docs): update readme.md (#5889)
  • 88fb52b chore(release): v1.5.1 (#5920)
  • e410779 fix(adapters): improved adapters loading logic to have clear error messages; ...
  • Additional commits viewable in compare view


Updates web3 from 1.6.0 to 1.6.1

Release notes

Sourced from web3's releases.

web3-eth@4.0.0-alpha.0

Initial alpha release

Install with yarn add web3-eth@4.0.0-alpha.0

web3-core-requestmanager@4.0.0-alpha.0

Initial alpha release

Install with yarn add web3-core-requestmanager@4.0.0-alpha.0

web3-providers-http@4.0.0-alpha.0

Initial alpha release

Install with yarn add web3-providers-http@4.0.0-alpha.0

web3-providers-base@1.0.0-alpha.1

Changed

  • Update version to 1.0.0-alpha.1 for web3-providers-base
  • Update version to 4.0.0-alpha.0 for web3-utils in web3-providers-base

web3-utils@4.0.0-alpha.0

Initial alpha release

Install with yarn add web3-utils@4.0.0-alpha.0

web3-packagetemplate@1.0.0-alpha.0

Initial alpha release

Install with yarn add web3-packagetemplate@1.0.0-alpha.0

Changelog

Sourced from web3's changelog.

[1.6.0]

Changed

[1.6.1]

Added

  • Support for eth_createAccessList as both an rpc call (web3.eth.createAccessList) and property of contract method wrappers (contractInstance.methods.getValue().createAccessList) (#4332)

Changed

  • Not considering tx.chainId if tx.common.customChain.chainId is provided for web3.eth.accounts.signTransaction function (#4293)
  • Added missing PromiEvent handler types (#4194)
  • Updated README to include webpack 5 angular support instructions (#4174)
  • Updated the documentation for the Web3.utils, removed context for _ (underscore lib) (#4403)
  • Emit subscription id with connect event when creating a subscription (#4300)
  • Introduced new configuration "blockHeaderTimeout" for waiting of block headers for transaction receipt (#3891)
  • Format block.baseFeePerGas to number (#4330)
  • Correct web3-eth-personal.sendTransaction example in documentation (#4409)
  • Updated README to include webpack 5 angular support instructions (#4174)

Fixed

  • Fix 1.6.1 build size issue with removing static asset files (#4506)
  • Correct web3.rst example in documentation (#4511)
  • Correct BlockHeader typing (receiptRoot -> receiptsRoot) (#4452)

[1.7.0]

Added

  • maxPriorityFeePerGas and maxFeePerGas added to Transaction and TransactionConfig interfaces (#4232) (#4585)

Fixed

  • Fix readthedoc's build for web3js documentation (#4425)
  • Fix response sorting for batch requests (#4250)

Changed

  • Changed getFeeHistory first parameter type from number to hex according to the spec (#4529)

[1.7.1]

Added

  • transactionPollingInterval added to web3, contract and method constructor options. defaults to 1 second. (#4584)

... (truncated)

Commits


Updates postcss from 8.4.32 to 8.4.33

Release notes

Sourced from postcss's releases.

8.4.33

Changelog

Sourced from postcss's changelog.

8.4.33

  • Fixed NoWorkResult behavior difference with normal mode (by Romain Menke).
  • Fixed NoWorkResult usage conditions (by @​ahmdammarr).
Commits
  • ae57d83 Release 8.4.33 version
  • 2e9d029 Update dependencies
  • 892b269 Update size limit for new metric on brotli
  • f2e7a9f Merge pull request #1908 from ahmdammarr/refactor/safe-check-for-NoWorkResult
  • c751e11 Merge pull request #1909 from romainmenke/no-work-result-vs-lazy-result--inve...
  • 3c2fa2a fix
  • a4626e9 failing test
  • c37346d refactor: check all falsy conditions of plugins and opts before returning NoW...
  • See full diff in compare view


Updates semver from 7.6.0 to 7.6.1

Release notes

Sourced from semver's releases.

v7.6.1

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

Changelog

Sourced from semver's changelog.

7.6.1 (2024-05-04)

Bug Fixes

Dependencies

Chores

Commits
  • d777418 chore: release 7.6.1 (#706)
  • 988a8de deps: uninstall lru-cache (#709)
  • 5feeb7f chore: postinstall for dependabot template-oss PR
  • dd09b60 chore: bump @​npmcli/template-oss to 4.22.0
  • c570a34 fix(linting): no-unused-vars
  • ad8ff11 fix: use internal cache implementation
  • 3fabe4d deps: remove lru-cache
  • ec49cdc chore: chore: chore: postinstall for dependabot template-oss PR
  • 074156f chore: bump @​npmcli/template-oss from 4.21.3 to 4.21.4
  • b236c3d chore: add benchmarks (#696)
  • Additional commits viewable in compare view


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/2lambda123/crypto-com-chain-desktop-wallet/network/alerts).
secure-code-warrior-for-github[bot] commented 3 months ago

Micro-Learning Topic: Cross-site request forgery (Detected by phrase)

Matched on "CSRF"

What is this? (2min video)

Session-related but not session-based, this attack is based on the ability of an attacker to force an action on a user’s browser (commonly in the form of a POST request) to perform an unauthorized action on behalf of the user. This can often occur without the user even noticing it… or only noticing when it is too late. The root cause is that browsers automatically send session cookies with all requests to a given domain, regardless of where the source of the request came from, and the application server cannot differentiate between a request that came from pages it served or a request that came from an unrelated page.

Try a challenge in Secure Code Warrior

Helpful references
performance-testing-bot[bot] commented 3 months ago

Unable to locate .performanceTestingBot config file

cr-gpt[bot] commented 3 months ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

codesyncapp[bot] commented 3 months ago

Check out the playback for this Pull Request here.

git-greetings[bot] commented 3 months ago

Thanks @dependabot[bot] for opening this PR!

For COLLABORATOR only :

coderabbitai[bot] commented 3 months ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
code-companion-ai[bot] commented 3 months ago

Processing PR updates...

git-greetings[bot] commented 3 months ago
PR Details of @dependabot[bot] in crypto-com-chain-desktop-wallet : OPEN CLOSED TOTAL
2 8 10
guardrails[bot] commented 3 months ago

:warning: We detected 1 security issue in this pull request:

Vulnerable Libraries (1)
Severity | Details :-: | :-- Low | [pkg:npm/web3@1.6.1](https://github.com/2lambda123/crypto-com-chain-desktop-wallet/blob/add637d81cda68fe363adf52bab5bb9a2f47f91d/yarn.lock#L20341) (t) - **no patch available** More info on how to fix Vulnerable Libraries in [JavaScript](https://docs.guardrails.io/docs/en/vulnerabilities/javascript/using_vulnerable_libraries.html?utm_source=ghpr).

👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

secure-code-warrior-for-github[bot] commented 3 months ago

Micro-Learning Topic: Vulnerable library (Detected by phrase)

Matched on "Vulnerable Libraries"

What is this? (2min video)

Use of vulnerable components will introduce weaknesses into the application. Components with published vulnerabilities will allow easy exploitation as resources will often be available to automate the process.

Try a challenge in Secure Code Warrior

socket-security[bot] commented 3 months ago

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

Package New capabilities Transitives Size Publisher
npm/axios@1.6.0 network 0 1.79 MB jasonsaayman
npm/css-loader@4.3.0 None 0 115 kB evilebottnawi
npm/d3@7.6.1 None 0 868 kB mbostock
npm/debug@4.3.2 environment 0 41.3 kB qix
npm/dotenv-expand@5.1.0 None 0 15.9 kB motdotla
npm/dotenv@8.2.0 environment, filesystem 0 23.1 kB maxbeatty
npm/electron-builder-notarize@1.5.0 environment, filesystem 0 9.89 kB gkaragkiaouris
npm/electron-builder@23.2.0 None 0 62.3 kB onegoldfishh
npm/electron-devtools-installer@3.1.1 filesystem, network 0 17.3 kB marshallofsound
npm/electron-is-dev@1.2.0 environment 0 3.35 kB sindresorhus
npm/electron-log@4.3.5 environment, filesystem, network 0 66.4 kB megahertz
npm/electron-reload@1.5.0 filesystem, shell 0 9.94 kB yan-foto
npm/electron-store@8.0.1 None 0 18.8 kB sindresorhus
npm/electron-updater@4.3.9 environment, filesystem, network, shell 0 411 kB develar
npm/electron@22.3.25 environment, filesystem, shell 0 773 kB electron-nightly
npm/elliptic@6.5.4 None 0 118 kB indutny
npm/eslint-config-airbnb@18.2.1 None 0 76 kB ljharb
npm/eslint-config-react-app@6.0.0 None 0 19.1 kB iansu
npm/eslint-formatter-pretty@4.1.0 environment 0 8.82 kB sindresorhus
npm/eslint-plugin-eslint-comments@3.2.0 None 0 41.8 kB mysticatea
npm/eslint-plugin-flowtype@5.4.0 None 0 297 kB gajus
npm/eslint-plugin-import@2.22.1 environment, filesystem, unsafe 0 900 kB ljharb
npm/eslint-plugin-jest@24.3.2 filesystem 0 253 kB simenb
npm/eslint-plugin-jsx-a11y@6.4.1 None 0 613 kB jessebeach
npm/eslint-plugin-react-hooks@4.5.0 environment 0 118 kB acdlite
npm/eslint-plugin-react@7.30.0 filesystem 0 720 kB ljharb
npm/eslint-plugin-testing-library@3.10.2 None 0 116 kB testing-library-bot
npm/eslint-plugin-unicorn@23.0.0 None 0 253 kB sindresorhus
npm/eslint-webpack-plugin@2.5.3 filesystem 0 53.5 kB ricardogobbosouza
npm/eslint@7.23.0 filesystem +2 3.17 MB eslintbot
npm/eth-sig-util@3.0.1 None 0 51.8 kB gudahtt
npm/ethereumjs-tx@2.1.2 None 0 66.2 kB holgerd77
npm/ethers@5.4.4 None 0 10.2 MB ricmoo
npm/fast-deep-equal@3.1.3 None 0 13 kB esp
npm/file-loader@6.1.1 None +1 114 kB evilebottnawi
npm/follow-redirects@1.14.7 network 0 26.5 kB rubenverborgh
npm/fs-extra@9.0.1 filesystem 0 129 kB ryanzim
npm/gensync@1.0.0-beta.2 None 0 28.9 kB loganfsmyth
npm/html-webpack-plugin@4.5.0 filesystem, unsafe 0 144 kB jantimon
npm/husky@4.3.0 environment, filesystem, shell 0 51 kB typicode
npm/i18next-browser-languagedetector@6.1.2 None 0 76.4 kB adrai
npm/i18next@20.3.2 None 0 503 kB adrai
npm/identity-obj-proxy@3.0.0 None 0 8.38 kB keyanzhang
npm/isutf8@4.0.0 None 0 8.23 kB hcodes
npm/jest-circus@28.1.3 None +1 77.1 kB simenb
npm/jest-environment-jsdom@28.1.3 None 0 9.23 kB simenb
npm/jest-resolve@28.1.3 environment, unsafe Transitive: filesystem +1 209 kB simenb
npm/jest-watch-typeahead@2.0.0 None 0 19.1 kB simenb
npm/jest@28.1.3 None 0 5.06 kB simenb
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/json5@2.2.2 None 0 235 kB jordanbtucker
npm/ledger-cosmos-js@2.1.8 None 0 379 kB jleni
npm/less-loader@7.1.0 None 0 40.9 kB evilebottnawi
npm/less-vars-to-js@1.3.0 None 0 55.3 kB mjt01
npm/less@3.12.2 eval, filesystem 0 2.81 MB matthew-dean
npm/lint-staged@10.4.0 environment, filesystem 0 78.5 kB okonet
npm/lodash@4.17.21 None 0 1.41 MB bnjmnt4n
npm/long@4.0.0 None 0 177 kB dcode
npm/mini-css-extract-plugin@0.11.3 unsafe 0 78.3 kB evilebottnawi
npm/mocha@8.1.3 environment, eval, filesystem +1 2.69 MB boneskull
npm/moment@2.29.4 None 0 4.23 MB ichernev
npm/moxios@0.4.0 None 0 152 kB mzabriskie
npm/nedb-promises@5.0.1 None 0 54.6 kB bajankristof
npm/nock@13.5.0 environment, filesystem, network 0 186 kB nockbot
npm/node-localstorage@2.1.6 filesystem 0 18.4 kB lmaccherone
npm/numeral@2.0.6 None 0 336 kB adamwdraper
npm/optimize-css-assets-webpack-plugin@5.0.4 None 0 17.6 kB nmfr
npm/papaparse@5.3.1 None 0 251 kB pokoli
npm/pbkdf2@3.1.2 None 0 13.8 kB cwmma
npm/pnp-webpack-plugin@1.6.4 None 0 11.9 kB arcanis
npm/postcss-flexbugs-fixes@4.2.1 None 0 8.03 kB luisrudge
npm/postcss-less@6.0.0 None 0 21.9 kB shellscape
npm/postcss-loader@3.0.0 Transitive: filesystem +1 45.3 kB michael-ciniawsky
npm/postcss-markdown@1.2.0 unsafe 0 30.1 kB ota-meshi
npm/postcss-normalize@8.0.1 filesystem, unsafe 0 46.1 kB jonathantneal
npm/postcss-preset-env@6.7.0 filesystem 0 141 kB jonathantneal
npm/postcss-safe-parser@5.0.2 None 0 6.34 kB ai
npm/postcss@8.4.33 environment, filesystem 0 197 kB ai
npm/prettier@1.19.1 environment, eval, filesystem, unsafe 0 9.57 MB lydell
npm/prompts@2.4.0 None 0 185 kB terkelg
npm/protobufjs@7.2.4 filesystem, network 0 2.74 MB google-wombot
npm/qrcode.react@1.0.1 environment 0 26.8 kB zpao
npm/randombytes@2.1.0 None 0 6.36 kB cwmma
npm/rc-util@5.13.2 None 0 172 kB afc163
npm/react-app-polyfill@2.0.0 None 0 6.76 kB iansu
npm/react-copy-to-clipboard@5.0.3 None 0 38.3 kB nkbt
npm/react-dev-utils@11.0.4 None 0 115 kB gaearon
npm/react-dom@17.0.2 environment 0 2.99 MB gaearon
npm/react-i18next@11.11.1 None 0 331 kB adrai
npm/react-player@2.9.0 None 0 1.47 MB cookpete
npm/react-refresh@0.8.3 None 0 55.6 kB gaearon
npm/react-router-dom@5.2.0 environment 0 632 kB mjackson
npm/react-script@2.0.5 None 0 21.2 kB 1j01
npm/react-sticky-mouse-tooltip@0.0.1 None 0 13.4 kB marlo22
npm/react-use-intercom@2.0.0 environment 0 169 kB devrnt
npm/react@17.0.2 environment 0 291 kB gaearon
npm/recoil-nexus@0.3.15 None 0 9.67 kB luis.antonio
npm/recoil@0.1.3 environment 0 1.27 MB recoiljs
npm/regenerator-runtime@0.13.7 None 0 27.2 kB benjamn
npm/resolve-url-loader@3.1.2 environment, filesystem +1 49.3 kB bholloway
npm/resolve@1.18.1 filesystem 0 106 kB ljharb
npm/rimraf@3.0.2 filesystem 0 17.3 kB isaacs
npm/ripemd160@2.0.2 None 0 9.79 kB dcousens
npm/sass-loader@8.0.2 environment 0 60 kB evilebottnawi
npm/scrypt-js@3.0.1 None 0 226 kB ricmoo
npm/secp256k1@4.0.2 None +1 2.66 MB fanatid
npm/semver@7.6.1 None 0 95.5 kB npm-cli-ops
npm/sha.js@2.4.11 None 0 31.1 kB dcousens
npm/style-loader@1.3.0 None 0 57 kB evilebottnawi
npm/stylelint-config-recommended-less@1.0.4 None 0 3.5 kB sivanatarajan
npm/stylelint-config-standard@26.0.0 None 0 18.7 kB jeddy3
npm/stylelint@14.9.1 environment, filesystem +1 866 kB ybiquitous
npm/terser-webpack-plugin@4.2.3 eval 0 75.3 kB evilebottnawi
npm/ts-pnp@1.2.0 None 0 8 kB arcanis
npm/typechain@7.0.1 environment, filesystem +1 32.5 MB ethereum-ts-bot
npm/typescript@4.0.5 None 0 56.8 MB typescript-bot
npm/universal-analytics@0.4.23 None 0 167 kB jtillmann
npm/url-loader@4.1.1 None 0 29.6 kB evilebottnawi
npm/usb@2.4.3 None 0 6.16 MB thegecko
npm/uuid@8.3.2 None 0 116 kB ctavan
npm/vite@2.9.18 environment, eval, filesystem, network, shell, unsafe 0 4.59 MB vitebot
npm/wait-on@5.2.1 filesystem, network 0 34.1 kB jeffbski
npm/web3-core@1.5.0 None +5 256 kB spacesailor
npm/web3-eth@1.5.0 None +11 658 kB spacesailor
npm/web3-utils@1.6.0 None 0 164 kB spacesailor
npm/web3@1.6.1 None +8 5.97 MB spacesailor
npm/webpack-dev-server@3.11.2 environment, filesystem, network 0 533 kB evilebottnawi
npm/webpack-manifest-plugin@2.2.0 filesystem +1 139 kB mastilver
npm/webpack@4.44.2 environment, filesystem, unsafe 0 1.48 MB sokra
npm/workbox-webpack-plugin@5.1.4 None 0 40.1 kB jeffposnick
npm/ws@7.5.3 network 0 119 kB lpinca
npm/zxcvbn@4.4.2 None 0 3.46 MB wheels

🚮 Removed packages: npm/@babel/helper-create-class-features-plugin@7.13.11, npm/@babel/helper-get-function-arity@7.12.13, npm/@babel/helper-member-expression-to-functions@7.13.12, npm/@babel/helper-replace-supers@7.13.12, npm/@babel/plugin-proposal-async-generator-functions@7.13.8, npm/@babel/plugin-proposal-class-properties@7.13.0, npm/@babel/plugin-proposal-dynamic-import@7.13.8, npm/@babel/plugin-proposal-export-namespace-from@7.12.13, npm/@babel/plugin-proposal-json-strings@7.13.8, npm/@babel/plugin-proposal-logical-assignment-operators@7.13.8, npm/@babel/plugin-proposal-nullish-coalescing-operator@7.13.8, npm/@babel/plugin-proposal-numeric-separator@7.12.13, npm/@babel/plugin-proposal-object-rest-spread@7.13.8, npm/@babel/plugin-proposal-optional-catch-binding@7.13.8, npm/@babel/plugin-proposal-optional-chaining@7.13.12, npm/@babel/plugin-proposal-private-methods@7.13.0, npm/@babel/plugin-proposal-unicode-property-regex@7.12.13, npm/@babel/plugin-syntax-async-generators@7.8.4, npm/@babel/plugin-syntax-class-properties@7.12.13, npm/@babel/plugin-syntax-dynamic-import@7.8.3, npm/@babel/plugin-syntax-json-strings@7.8.3, npm/@babel/plugin-syntax-logical-assignment-operators@7.10.4, npm/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3, npm/@babel/plugin-syntax-numeric-separator@7.10.4, npm/@babel/plugin-syntax-object-rest-spread@7.8.3, npm/@babel/plugin-syntax-optional-catch-binding@7.8.3, npm/@babel/plugin-syntax-optional-chaining@7.8.3, npm/@babel/plugin-syntax-top-level-await@7.12.13, npm/@babel/plugin-syntax-typescript@7.12.13, npm/@babel/plugin-transform-arrow-functions@7.13.0, npm/@babel/plugin-transform-async-to-generator@7.13.0, npm/@babel/plugin-transform-block-scoped-functions@7.12.13, npm/@babel/plugin-transform-block-scoping@7.12.13, npm/@babel/plugin-transform-classes@7.13.0, npm/@babel/plugin-transform-computed-properties@7.13.0, npm/@babel/plugin-transform-destructuring@7.13.0, npm/@babel/plugin-transform-dotall-regex@7.12.13, npm/@babel/plugin-transform-duplicate-keys@7.12.13, npm/@babel/plugin-transform-exponentiation-operator@7.12.13, npm/@babel/plugin-transform-for-of@7.13.0, npm/@babel/plugin-transform-function-name@7.12.13, npm/@babel/plugin-transform-literals@7.12.13, npm/@babel/plugin-transform-member-expression-literals@7.12.13, npm/@babel/plugin-transform-modules-amd@7.13.0, npm/@babel/plugin-transform-modules-commonjs@7.13.8, npm/@babel/plugin-transform-modules-systemjs@7.13.8, npm/@babel/plugin-transform-modules-umd@7.13.0, npm/@babel/plugin-transform-named-capturing-groups-regex@7.12.13, npm/@babel/plugin-transform-new-target@7.12.13, npm/@babel/plugin-transform-object-super@7.12.13, npm/@babel/plugin-transform-parameters@7.13.0, npm/@babel/plugin-transform-property-literals@7.12.13, npm/@babel/plugin-transform-react-display-name@7.12.13, npm/@babel/plugin-transform-react-jsx-development@7.12.17, npm/@babel/plugin-transform-react-jsx-self@7.16.7, npm/@babel/plugin-transform-react-jsx-source@7.16.7, npm/@babel/plugin-transform-react-jsx@7.13.12, npm/@babel/plugin-transform-regenerator@7.12.13, npm/@babel/plugin-transform-reserved-words@7.12.13, npm/@babel/plugin-transform-shorthand-properties@7.12.13, npm/@babel/plugin-transform-spread@7.13.0, npm/@babel/plugin-transform-sticky-regex@7.12.13, npm/@babel/plugin-transform-template-literals@7.13.0, npm/@babel/plugin-transform-typeof-symbol@7.12.13, npm/@babel/plugin-transform-unicode-escapes@7.12.13, npm/@babel/plugin-transform-unicode-regex@7.12.13, npm/@babel/preset-env@7.13.12, npm/@babel/preset-modules@0.1.4, npm/@ethereumjs/common@2.4.0, npm/@ethersproject/abi@5.4.1, npm/@ethersproject/abstract-signer@5.4.1, npm/@ethersproject/address@5.6.0, npm/@ethersproject/base64@5.6.0, npm/@ethersproject/basex@5.4.0, npm/@ethersproject/bignumber@5.6.0, npm/@ethersproject/bytes@5.6.1, npm/@ethersproject/constants@5.6.0, npm/@ethersproject/hash@5.4.0, npm/@ethersproject/hdnode@5.4.0, npm/@ethersproject/json-wallets@5.4.0, npm/@ethersproject/keccak256@5.6.0, npm/@ethersproject/logger@5.6.0, npm/@ethersproject/networks@5.6.2, npm/@ethersproject/pbkdf2@5.4.0, npm/@ethersproject/properties@5.6.0, npm/@ethersproject/random@5.4.0, npm/@ethersproject/rlp@5.6.0, npm/@ethersproject/sha2@5.4.0, npm/@ethersproject/signing-key@5.6.1, npm/@ethersproject/strings@5.6.0, npm/@ethersproject/transactions@5.6.0, npm/@ethersproject/web@5.6.0, npm/@ethersproject/wordlists@5.4.0, npm/@hapi/hoek@9.1.1, npm/@ledgerhq/hw-transport@6.27.9, npm/@nodelib/fs.stat@2.0.4, npm/@protobufjs/aspromise@1.1.2, npm/@sideway/formula@3.0.1, npm/@svgr/plugin-jsx@5.5.0, npm/@types/babel__traverse@7.11.1, npm/@types/eslint@7.29.0, npm/@types/istanbul-lib-coverage@2.0.3, npm/@types/json-schema@7.0.11, npm/@types/prettier@2.6.3, npm/@types/tapable@1.0.7, npm/@types/unist@2.0.3, npm/@types/yargs@17.0.10, npm/@typescript-eslint/experimental-utils@4.33.0, npm/@typescript-eslint/scope-manager@5.27.1, npm/@typescript-eslint/types@5.27.1, npm/@typescript-eslint/typescript-estree@5.27.1, npm/@typescript-eslint/visitor-keys@5.27.1, npm/@walletconnect/window-getters@1.0.0, npm/abab@2.0.6, npm/accepts@1.3.8, npm/acorn@7.4.1, npm/address@1.1.2, npm/ajv-keywords@3.5.2, npm/ajv@6.12.6, npm/ansi-colors@4.1.1, npm/ansi-escapes@4.3.2, npm/ansi-regex@4.1.1, npm/ansi-styles@4.3.0, npm/anymatch@3.1.1, npm/aproba@1.2.0, npm/array-back@3.1.0, npm/array-includes@3.1.3, npm/assert-plus@1.0.0, npm/async@3.2.2, npm/axios@0.28.1, npm/base-x@3.0.8, npm/bindings@1.5.0, npm/braces@3.0.2, npm/brorand@1.1.0, npm/browserify-aes@1.2.0, npm/browserify-rsa@4.1.0, npm/browserify-sign@4.2.2, npm/bs58check@2.1.2, npm/call-bind@1.0.2, npm/caniuse-lite@1.0.30001344, npm/chokidar@3.5.1, npm/cipher-base@1.0.4, npm/color-name@1.1.3, npm/colorette@1.2.2, npm/combined-stream@1.0.8, npm/console-control-strings@1.1.0, npm/cookiejar@2.1.4, npm/copy-to-clipboard@3.3.1, npm/core-js-compat@3.10.0, npm/core-util-is@1.0.2, npm/create-hmac@1.1.7, npm/cross-spawn@7.0.3, npm/crypto-browserify@3.12.0, npm/css-color-names@0.0.4

View full report↗︎

socket-security[bot] commented 3 months ago

🚨 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 NoteSourceCI
Install scripts npm/protobufjs@7.2.4
  • Install script: postinstall
  • Source: node scripts/postinstall
Install scripts npm/fsevents@1.2.13
  • Install script: install
  • Source: node install.js
  • orphan: npm/fsevents@1.2.13
Install scripts npm/husky@4.3.0
  • Install script: install
  • Source: node husky install
Install scripts npm/husky@4.3.0
  • Install script: postinstall
  • Source: opencollective-postinstall || exit 0
Install scripts npm/electron@22.3.25
Install scripts npm/web3-bzz@1.5.2
  • Install script: postinstall
  • Source: echo "WARNING: the web3-bzz api will be deprecated in the next version"
Install scripts npm/web3-shh@1.5.2
  • Install script: postinstall
  • Source: echo "WARNING: the web3-shh api will be deprecated in the next version"

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/protobufjs@7.2.4
  • @SocketSecurity ignore npm/fsevents@1.2.13
  • @SocketSecurity ignore npm/husky@4.3.0
  • @SocketSecurity ignore npm/electron@22.3.25
  • @SocketSecurity ignore npm/web3-bzz@1.5.2
  • @SocketSecurity ignore npm/web3-shh@1.5.2
dependabot[bot] commented 3 months ago

Superseded by #12.