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

Other
0 stars 0 forks source link

build(deps): bump the npm_and_yarn group across 2 directories with 6 updates #10

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. Bumps the npm_and_yarn group with 2 updates in the /tests directory: browserslist and @grpc/grpc-js.

Updates axios from 0.28.0 to 0.28.1

Release notes

Sourced from axios's releases.

Release v0.28.1

Release notes:

Release notes:

Bug Fixes

  • fix(backport): custom params serializer support (#6263)
  • fix(backport): uncaught ReferenceError req is not defined (#6307)
Changelog

Sourced from axios's changelog.

0.28.1 (2024-03-24)

Release notes:

Bug Fixes

  • fix(backport): custom params serializer support (#6263)
  • fix(backport): uncaught ReferenceError req is not defined (#6307)
Commits


Updates web3 from 1.5.3 to 1.6.0

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.5.3]

Fixed

  • Unable to send legacy transaction if network supported EIP-1559 (#4277)
  • Fixed bug in sending transaction with providers not support "newBlockHeaders" event (#3891)

Changed

  • ethers from 5.1.4 to 5.4.4 (#4231)
  • karma from 5.2.3 to 6.3.4 (#4231)
  • lerna from 3.22.1 to 4.0.0 (#4231)
  • Dropped build tests in CI for Node v8 and v10, and added support for Node v14 (#4231)
  • Change default value for maxPriorityFeePerGas from 1 Gwei to 2.5 Gwei (#4284)
  • Fixed bug in signTransaction (#4295)

[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

... (truncated)

Commits


Updates postcss from 8.4.31 to 8.4.32

Release notes

Sourced from postcss's releases.

8.4.32

Changelog

Sourced from postcss's changelog.

8.4.32

  • Fixed postcss().process() types (by Andrew Ferreira).
Commits


Updates semver from 7.5.4 to 7.6.0

Release notes

Sourced from semver's releases.

v7.6.0

7.6.0 (2024-01-31)

Features

Chores

Changelog

Sourced from semver's changelog.

7.6.0 (2024-01-31)

Features

Chores

Commits
  • 377f709 chore: release 7.6.0 (#661)
  • a7ab13a feat: preserve pre-release and build parts of a version on coerce (#671)
  • 816c7b2 chore: postinstall for dependabot template-oss PR
  • 0bd24d9 chore: bump @​npmcli/template-oss from 4.21.1 to 4.21.3
  • e521932 chore: postinstall for dependabot template-oss PR
  • 8873991 chore: chore: chore: postinstall for dependabot template-oss PR
  • f317dc8 chore: bump @​npmcli/template-oss from 4.19.0 to 4.21.0
  • 7303db1 chore: add clean() test for build metadata (#658)
  • 6240d75 chore: add missing quotes in README.md (#656)
  • 14d263f chore: postinstall for dependabot template-oss PR
  • Additional commits viewable in compare view


Updates browserslist from 4.23.0 to 4.23.1

Release notes

Sourced from browserslist's releases.

4.23.1

  • Fixed feature query with mobile to desktop when caniuse lags (by @​steverep).
Changelog

Sourced from browserslist's changelog.

4.23.1

  • Fixed feature query with mobile to desktop when caniuse lags (by @​steverep).
Commits


Updates @grpc/grpc-js from 1.3.7 to 1.10.9

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.10.9

  • Avoid buffering significantly more than grpc.max_receive_message_size per received message.

@​grpc/grpc-js 1.10.8

  • Fix a bug that caused channels with unix: targets to not reconnect after the channel goes idle (#2750)

@​grpc/grpc-js 1.10.7

  • Improve reporting of HTTP error codes (#2723)
  • Update dependency on @grpc/proto-loader to the latest version (#2732)

@​grpc/grpc-js 1.10.6

  • Fix a bug that could cause a server to sometimes send the status early (#2708)

@​grpc/grpc-js 1.10.5

  • Resolve exception when Error.stackTraceLimit is undefined (#2701 contributed by @​davidfiala)
  • Call configured checkServerIdentity when grpc.ssl_target_name_override is set (#2704)
  • Add more information to DEADLINE_EXCEEDED error details strings (#2692)

@​grpc/grpc-js 1.10.4

  • Fix a bug that caused server interceptors to crash when using partially-populated ResponderBuilder and ListenerBuilder objects (#2696)
  • Avoid sending RST_STREAM from the client when the server has already finished its side of the stream (#2695)

@​grpc/grpc-js 1.10.3

  • Revert client reconnection changes in #2680 (#2691)

@​grpc/grpc-js 1.10.2

  • Implement server connection idle timeouts and improve channelz performance (#2677 contributed by @​AVVS)
  • Fix a bug that caused clients to automatically reconnect even when there were no active requests (#2680)
  • Modify order of server call events to more closely match pre-1.10.x behavior (#2683)

@​grpc/grpc-js 1.10.1

  • Fix a bug causing channels using the round_robin LB policy to fail to reconnect after a connection drops (#2667)

@​grpc/grpc-js-xds 1.10.1

  • Update dependency on @grpc/proto-loader to the latest version (#2732)

@​grpc/grpc-js-xds 1.10.0

@​grpc/grpc-js 1.10.0

Changelog

... (truncated)

Commits
  • 674f4e3 Merge pull request from GHSA-7v5v-9h63-cj86
  • 7ecaa2d grpc-js: Bump to 1.10.9
  • e64d816 grpc-js: Avoid buffering significantly more than max_receive_message_size per...
  • 45e5fe5 Merge pull request #2750 from murgatroid99/grpc-js_idle_uds_fix
  • 87a3541 grpc-js: Fix UDS channels not reconnecting after going idle
  • 3105791 Merge pull request #2740 from sergiitk/backport-1.10-psm-interop-common-prod-...
  • fec135a Merge pull request #2729 from sergiitk/psm-interop-common-prod-tests
  • 76fe802 Merge pull request #2739 from murgatroid99/backport-1.10-grpc-js_linkify-it_fix
  • d5edf49 Merge pull request #2735 from murgatroid99/grpc-js_linkify-it_fix
  • 23c05fc Merge pull request #2732 from murgatroid99/grpc-js_proto-loader_update
  • 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).
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

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

Unable to locate .performanceTestingBot config file

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.
git-greetings[bot] commented 3 months ago
PR Details of @dependabot[bot] in crypto-com-chain-desktop-wallet : OPEN CLOSED TOTAL
2 7 9
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.0](https://github.com/2lambda123/crypto-com-chain-desktop-wallet/blob/2371371a39ef9b862fd9d563c962340ef73bd2b2/yarn.lock#L20304) (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/@ant-design/icons@4.6.2 None 0 13.7 MB zombiej
npm/@babel/core@7.18.5 environment, filesystem, unsafe 0 276 kB nicolo-ribaudo
npm/@babel/helper-builder-react-jsx-experimental@7.12.11 None 0 46.9 kB nicolo-ribaudo
npm/@babel/helper-builder-react-jsx@7.12.13 None 0 9.57 kB nicolo-ribaudo
npm/@babel/plugin-syntax-jsx@7.12.1 None 0 2.53 kB nicolo-ribaudo
npm/@cosmjs/amino@0.28.10 None 0 189 kB webmaster128
npm/@cosmjs/crypto@0.28.7 None 0 702 kB webmaster128
npm/@cosmjs/launchpad@0.27.1 None 0 420 kB webmaster128
npm/@cosmjs/proto-signing@0.29.4 None 0 80 kB webmaster128
npm/@cosmjs/stargate@0.28.10 None 0 737 kB webmaster128
npm/@crypto-org-chain/chain-jslib@1.0.7 None 0 2.3 MB calvinaco
npm/@electron/remote@2.0.8 None 0 70.5 kB electron-cfa
npm/@ethersproject/abstract-provider@5.6.0 None 0 60.2 kB ricmoo
npm/@ledgerhq/hw-app-eth@6.6.0 None 0 358 kB gre
npm/@ledgerhq/hw-transport-node-hid@6.6.0 None 0 58.4 kB gre
npm/@ledgerhq/hw-transport-webhid@5.48.0 None 0 73.3 kB gre
npm/@ledgerhq/hw-transport-webusb@5.48.0 None +2 190 kB gre
npm/@pmmmwh/react-refresh-webpack-plugin@0.4.2 environment 0 104 kB pmmmwh
npm/@svgr/webpack@5.4.0 None 0 13.5 kB neoziro
npm/@testing-library/react-hooks@8.0.1 None 0 138 kB testing-library-bot
npm/@typechain/ethers-v5@9.0.0 filesystem 0 76 kB ethereum-ts-bot
npm/@types/big.js@6.0.2 None 0 16.4 kB types
npm/@types/bluebird@3.5.36 None 0 112 kB types
npm/@types/chai-as-promised@7.1.3 None 0 24.7 kB types
npm/@types/chai@4.2.14 None 0 79.4 kB types
npm/@types/crypto-js@4.0.1 None 0 59.5 kB types
npm/@types/d3@7.4.0 None 0 9.53 kB types
npm/@types/electron-devtools-installer@2.2.0 None 0 3.91 kB types
npm/@types/jest@26.0.16 None 0 72.3 kB types
npm/@types/jsdom@16.2.10 None 0 22.1 kB types
npm/@types/ledgerhq__hw-transport-node-hid@4.22.2 None 0 3.67 kB types
npm/@types/lodash@4.14.172 None 0 859 kB types
npm/@types/long@4.0.1 None 0 13.2 kB types
npm/@types/mocha@8.0.4 None 0 92 kB types
npm/@types/moxios@0.4.10 None 0 7.69 kB types
npm/@types/node-localstorage@1.3.0 None 0 7.08 kB types
npm/@types/node@16.3.0 None 0 783 kB types
npm/@types/numeral@2.0.1 None 0 6.86 kB types
npm/@types/qrcode.react@1.0.1 None 0 4.01 kB types
npm/@types/react-dom@17.0.3 None 0 24.3 kB types
npm/@types/react-router-dom@5.1.7 None 0 6.75 kB types
npm/@types/react@17.0.3 None 0 161 kB types
npm/@types/universal-analytics@0.4.4 None 0 20.6 kB types
npm/@types/uuid@8.3.0 None 0 5.96 kB types
npm/@typescript-eslint/eslint-plugin@5.27.1 None +1 2.4 MB jameshenry
npm/@typescript-eslint/parser@5.27.1 Transitive: environment +1 71.6 kB jameshenry
npm/@vitejs/plugin-react@1.3.2 filesystem 0 59.2 kB vitebot
npm/@walletconnect/client@1.7.8 None 0 188 kB pedrouid
npm/ansi-html@0.0.8 None 0 20 kB tjatse
npm/antd@4.21.0 environment 0 49.1 MB xrkffgg
npm/audit-ci@5.0.0 filesystem, shell 0 50.4 kB quinnturner
npm/autoprefixer@10.2.5 environment 0 251 kB ai
npm/axios-mock-adapter@1.19.0 None 0 62 kB ctimmerm
npm/axios@0.28.1 network Transitive: environment +1 912 kB jasonsaayman
npm/babel-jest@28.1.3 environment 0 14.5 kB simenb
npm/babel-loader@8.1.0 filesystem +1 46.4 kB existentialism
npm/babel-plugin-named-asset-import@0.3.7 None 0 4.47 kB iansu
npm/babel-preset-react-app@10.0.0 environment 0 20.1 kB iansu
npm/bfj@7.0.2 filesystem 0 380 kB philbooth
npm/big.js@6.0.3 None 0 61.2 kB mikemcl
npm/bignumber.js@9.0.1 None 0 402 kB mikemcl
npm/bluebird@3.7.2 environment, eval, unsafe 0 632 kB esailija
npm/camelcase@6.2.0 None 0 10.4 kB sindresorhus
npm/case-sensitive-paths-webpack-plugin@2.3.0 None 0 18.5 kB urthen
npm/chai-as-promised@7.1.1 None 0 27.5 kB domenic
npm/chai@4.2.0 None 0 735 kB chaijs
npm/concurrently@5.3.0 environment 0 43.6 kB gustavohenke
npm/copyfiles@2.4.1 filesystem 0 22.9 kB cwmma
npm/cosmjs-types@0.5.0 None 0 16.8 MB webmaster128
npm/cross-env@7.0.3 environment 0 29.1 kB kentcdodds
npm/css-loader@4.3.0 None 0 115 kB evilebottnawi
npm/d3@7.6.1 None 0 868 kB mbostock
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/eslint-config-airbnb@18.2.1 None 0 76 kB ljharb
npm/eslint-config-react-app@6.0.0 None +1 23 kB iansu
npm/eslint-formatter-pretty@4.1.0 environment 0 8.82 kB sindresorhus
npm/eslint-plugin-eslint-comments@3.2.0 None +1 44.4 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 +1 661 kB jessebeach
npm/eslint@7.23.0 filesystem +8 3.34 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/i18next-browser-languagedetector@6.1.2 None 0 76.4 kB adrai
npm/i18next@20.3.2 None 0 503 kB adrai
npm/isutf8@4.0.0 None 0 8.23 kB hcodes
npm/jest-environment-jsdom@28.1.3 None 0 9.23 kB simenb
npm/less-vars-to-js@1.3.0 None 0 55.3 kB mjt01
npm/moment@2.29.4 None 0 4.23 MB ichernev
npm/nedb-promises@5.0.1 None 0 54.6 kB bajankristof
npm/node-localstorage@2.1.6 filesystem 0 18.4 kB lmaccherone
npm/numeral@2.0.6 None 0 336 kB adamwdraper
npm/qrcode.react@1.0.1 environment 0 26.8 kB zpao
npm/react-copy-to-clipboard@5.0.3 None 0 38.3 kB nkbt
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/scrypt-js@3.0.1 None 0 226 kB ricmoo
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 +1 201 kB jtillmann
npm/url-loader@4.1.1 None 0 29.6 kB evilebottnawi
npm/usb@2.4.3 Transitive: environment, filesystem +1 6.17 MB thegecko
npm/uuid@8.3.2 None 0 116 kB ctavan
npm/web3-core@1.5.0 None 0 23.7 kB spacesailor
npm/web3-eth@1.5.0 None 0 87.1 kB spacesailor
npm/web3-utils@1.6.0 None 0 164 kB spacesailor
npm/web3@1.6.0 None 0 7.28 MB spacesailor
npm/zxcvbn@4.4.2 None 0 3.46 MB wheels

🚮 Removed packages: npm/@babel/cli@7.15.4, npm/@babel/code-frame@7.14.5, npm/@babel/compat-data@7.15.0, npm/@babel/core@7.15.4, npm/@babel/generator@7.15.4, npm/@babel/helper-annotate-as-pure@7.15.4, npm/@babel/helper-compilation-targets@7.15.4, npm/@babel/helper-create-class-features-plugin@7.15.4, npm/@babel/helper-function-name@7.15.4, npm/@babel/helper-get-function-arity@7.15.4, npm/@babel/helper-member-expression-to-functions@7.15.4, npm/@babel/helper-module-imports@7.15.4, npm/@babel/helper-module-transforms@7.15.4, npm/@babel/helper-optimise-call-expression@7.15.4, npm/@babel/helper-plugin-utils@7.14.5, npm/@babel/helper-remap-async-to-generator@7.15.4, npm/@babel/helper-replace-supers@7.15.4, npm/@babel/helper-simple-access@7.15.4, npm/@babel/helper-skip-transparent-expression-wrappers@7.15.4, npm/@babel/helper-split-export-declaration@7.15.4, npm/@babel/helper-validator-identifier@7.14.9, npm/@babel/helper-wrap-function@7.15.4, npm/@babel/helpers@7.15.4, npm/@babel/node@7.15.4, npm/@babel/parser@7.15.4, npm/@babel/plugin-proposal-unicode-property-regex@7.14.5, npm/@babel/plugin-syntax-object-rest-spread@7.8.3, npm/@babel/plugin-transform-dotall-regex@7.14.5, npm/@babel/plugin-transform-parameters@7.15.4, npm/@babel/plugin-transform-runtime@7.15.0, npm/@babel/preset-env@7.15.4, npm/@babel/runtime@7.15.3, npm/@babel/template@7.15.4, npm/@babel/traverse@7.24.5, npm/@babel/types@7.15.4, npm/@jest/console@24.9.0, npm/@jest/source-map@24.9.0, npm/@jridgewell/trace-mapping@0.3.25, npm/@ledgerhq/hw-transport@5.51.1, npm/@types/babel__traverse@7.14.2, npm/@types/jest@26.0.24, npm/@types/node@14.14.45, npm/@zondax/zemu@0.0.0, npm/ajv@6.12.6, npm/ansi-styles@3.2.1, npm/asn1@0.2.4, npm/babel-jest@24.9.0, npm/bcrypt-pbkdf@1.0.2, npm/braces@2.3.2, npm/browserslist@4.23.0, npm/call-bind@1.0.2, npm/chalk@2.4.2, npm/combined-stream@1.0.8, npm/convert-source-map@1.8.0, npm/core-js-compat@3.17.2, npm/cross-spawn@6.0.5, npm/cross-spawn@7.0.3, npm/debug@4.3.2, npm/end-of-stream@1.4.4, npm/es-abstract@1.18.5, npm/eslint-config-airbnb-base@14.2.1, npm/eslint-config-prettier@6.15.0, npm/eslint-plugin-import@2.24.2, npm/eslint-plugin-jest@23.20.0, npm/eslint-plugin-prettier@3.4.1, npm/eslint@6.8.0, npm/get-intrinsic@1.1.1, npm/glob-parent@5.1.2, npm/glob@7.1.7, npm/globby@11.1.0, npm/graceful-fs@4.2.8, npm/hash.js@1.1.7, npm/is-core-module@2.6.0, npm/is-descriptor@1.0.2, npm/is-glob@4.0.1, npm/is-glob@4.0.3, npm/is-plain-object@2.0.4, npm/is-symbol@1.0.4, npm/istanbul-lib-coverage@2.0.5, npm/istanbul-lib-instrument@3.3.0, npm/jest-regex-util@24.9.0, npm/jest-serial-runner@1.2.1, npm/jest-worker@24.9.0, npm/jest@24.9.0, npm/json5@1.0.2, npm/levn@0.3.0, npm/make-dir@2.1.0, npm/micromatch@3.1.10, npm/mime-types@2.1.32, npm/minimatch@3.1.2, npm/minimist@1.2.7, npm/nan@2.15.0, npm/object-inspect@1.11.0, npm/object.assign@4.1.2, npm/object.getownpropertydescriptors@2.1.2, npm/once@1.4.0, npm/optionator@0.8.3, npm/path-key@3.1.1, npm/pirates@4.0.1, npm/pretty-format@26.6.2, npm/randombytes@2.1.0, npm/readable-stream@3.6.0, npm/regex-not@1.0.2, npm/resolve@1.20.0, npm/rimraf@2.6.3, npm/rxjs@6.6.7, npm/secp256k1@4.0.2, npm/semver@6.3.1, npm/set-value@2.0.1, npm/signal-exit@3.0.3, npm/source-map-support@0.5.19, npm/split-string@3.1.0, npm/strip-ansi@5.2.0, npm/to-regex@3.0.2, npm/tough-cookie@2.5.0, npm/tslib@1.10.0, npm/typescript@4.4.2, npm/walker@1.0.7, npm/whatwg-encoding@1.0.5, npm/whatwg-mimetype@2.3.0, npm/which@2.0.2

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/web3@1.6.0
  • Install script: postinstall
  • Source: echo "WARNING: the web3-shh and web3-bzz api will be deprecated in the next version"
Install scripts npm/electron@22.3.25

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/web3@1.6.0
  • @SocketSecurity ignore npm/electron@22.3.25