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

Version Packages (alpha) #101

Merged
merged 1 commit into from
Feb 27, 2023
Merged

Version Packages (alpha) #101

merged 1 commit into from
Feb 27, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 27, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

viem@0.0.1-alpha.35

Patch Changes

  • 057e01e Thanks @jxom! - - testClient.getTxPoolContenttestClient.getTxpoolContent

    • testClient.getTxPoolStatustestClient.getTxpoolStatus
  • #85 2350d1a Thanks @jxom! - Breaking: Renamed encodeAbi & decodeAbi to encodeAbiParameters & decodeAbiParameters, and modified API from named arguments to inplace arguments:

    import {
    - encodeAbi,
    - decodeAbi,
    + encodeAbiParameters,
    + decodeAbiParameters,
    } from 'viem'
    
    -const result = encodeAbi({ params, values })
    +const result = encodeAbiParameters(params, values)
    
    -const result = decodeAbi({ params, data })
    +const result = decodeAbiParameters(params, data)

@vercel
Copy link

vercel bot commented Feb 27, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
viem-playground ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 27, 2023 at 9:04PM (UTC)
viem-site ✅ Ready (Inspect) Visit Preview 💬 3 unresolved Feb 27, 2023 at 9:04PM (UTC)

@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
web3@1.8.2 (added) postinstall package.json
web3-bzz@1.8.2 (added) postinstall package.json via web3@1.8.2
web3-shh@1.8.2 (added) postinstall package.json via web3@1.8.2
rome@11.0.0 (added) postinstall package.json
bun@0.5.7 (added) postinstall package.json
esbuild@0.15.13 (added) postinstall package.json via @vitest/coverage-c8@0.24.5, @wagmi/cli@0.1.10, vite@3.2.5, vitest@0.25.8
esbuild@0.16.17 (added) postinstall examples/_template/package.json via vite@4.1.4, examples/blocks/fetching-blocks/package.json via vite@4.1.4, examples/clients/public-client/package.json via vite@4.1.4, examples/clients/wallet-client/package.json via @vitejs/plugin-react@3.1.0, vite@4.1.4, examples/contracts/deploying-contracts/package.json via @vitejs/plugin-react@3.1.0, vite@4.1.4, examples/contracts/reading-contracts/package.json via vite@4.1.4, examples/ens/package.json via vite@4.1.4, examples/filters-and-logs/block-event-logs/package.json via vite@4.1.4, examples/filters-and-logs/event-logs/package.json via vite@4.1.4, examples/transactions/sending-transactions/package.json via @vitejs/plugin-react@3.1.0, vite@4.1.4, playgrounds/browser/package.json via @vitejs/plugin-react@3.1.0, vite@4.1.4, site/package.json via vitepress@1.0.0-alpha.47
esbuild@0.17.10 (added) postinstall package.json via tsup@6.6.3
simple-git-hooks@2.8.1 (added) postinstall package.json
es5-ext@0.10.62 (added) postinstall package.json via web3@1.8.2
🫣 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
keccak@3.0.3 (added) binding.gyp package.json via web3@1.8.2
secp256k1@4.0.3 (added) binding.gyp package.json via web3@1.8.2
🧌 Protestware/Troll package

This package is a joke, parody, or includes undocumented or hidden behavior unrelated to its primary function.

Package Note Source
es5-ext@0.10.62 (added) This package prints a protestware console message on install regarding Ukraine for users with Russian language locale package.json via web3@1.8.2
Pull request report summary
Issue Status
Install scripts ⚠️ 10 issues
Native code ⚠️ 2 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 ⚠️ 1 issue
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 web3@1.8.2
  • @SocketSecurity ignore web3-bzz@1.8.2
  • @SocketSecurity ignore web3-shh@1.8.2
  • @SocketSecurity ignore rome@11.0.0
  • @SocketSecurity ignore bun@0.5.7

Powered by socket.dev

@jxom jxom merged commit c38441d into main Feb 27, 2023
@jxom jxom deleted the changeset-release/main branch February 27, 2023 22:33
jxom pushed a commit that referenced this pull request Feb 28, 2023
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant