Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

feat: connectors #3

Merged
merged 14 commits into from
Dec 11, 2022
Merged

feat: connectors #3

merged 14 commits into from
Dec 11, 2022

Conversation

jxom
Copy link
Member

@jxom jxom commented Dec 6, 2022

Description

Moving connectors from wagmi to here.

Additional Information

Your ENS/address: jxom.eth

@socket-security
Copy link

Socket Security Pull Request Report

Dependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again.

📜 Install scripts

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.

Package Script field Source
bigint-buffer@1.1.5 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0
bufferutil@4.0.7 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0, rpc-websockets@7.5.0
keccak@3.0.2 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2
secp256k1@4.0.3 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0
utf-8-validate@5.0.10 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0, rpc-websockets@7.5.0
bigint-buffer@1.1.5 (added) install packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0
keccak@3.0.2 (added) install packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2
secp256k1@4.0.3 (added) install packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0
bufferutil@4.0.7 (added) install packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0, rpc-websockets@7.5.0
utf-8-validate@5.0.10 (added) install packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0, rpc-websockets@7.5.0
🫣 Native code

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Package Location Source
bigint-buffer@1.1.5 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0
bufferutil@4.0.7 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0, rpc-websockets@7.5.0
keccak@3.0.2 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2
secp256k1@4.0.3 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0
utf-8-validate@5.0.10 (added) binding.gyp packages/connectors/package.json via @coinbase/wallet-sdk@3.6.2, @solana/web3.js@1.52.0, rpc-websockets@7.5.0
Pull request report summary
Issue Status
Install scripts ⚠️ 10 issues
Native code ⚠️ 5 issues
Bin script confusion ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues
Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@2.4.2

  • @SocketSecurity ignore bigint-buffer@1.1.5
  • @SocketSecurity ignore bufferutil@4.0.7
  • @SocketSecurity ignore keccak@3.0.2
  • @SocketSecurity ignore secp256k1@4.0.3
  • @SocketSecurity ignore utf-8-validate@5.0.10

Powered by socket.dev

@jxom jxom marked this pull request as ready for review December 8, 2022 00:05
@hlopes-ledger hlopes-ledger mentioned this pull request Dec 8, 2022
1 task
.changeset/large-clouds-explain.md Outdated Show resolved Hide resolved
packages/connectors/package.json Outdated Show resolved Hide resolved
jxom and others added 2 commits December 11, 2022 16:03
Co-authored-by: awkweb <tom@meagher.co>
Co-authored-by: awkweb <tom@meagher.co>
@jxom jxom merged commit 55a0ca2 into main Dec 11, 2022
@jxom jxom deleted the jxom/connectors branch December 11, 2022 19:51
This was referenced Dec 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants