New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@solana/rpc

Package Overview
Dependencies
Maintainers
14
Versions
891
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/rpc - npm Package Compare versions

Comparing version 2.0.1-canary-20241114225255 to 2.0.1-canary-20241115080446

22

package.json
{
"name": "@solana/rpc",
"version": "2.0.1-canary-20241114225255",
"version": "2.0.1-canary-20241115080446",
"description": "A library for sending JSON RPC requests to Solana RPCs",

@@ -57,11 +57,11 @@ "exports": {

"dependencies": {
"@solana/fast-stable-stringify": "2.0.1-canary-20241114225255",
"@solana/errors": "2.0.1-canary-20241114225255",
"@solana/rpc-api": "2.0.1-canary-20241114225255",
"@solana/rpc-spec": "2.0.1-canary-20241114225255",
"@solana/functional": "2.0.1-canary-20241114225255",
"@solana/rpc-spec-types": "2.0.1-canary-20241114225255",
"@solana/rpc-transformers": "2.0.1-canary-20241114225255",
"@solana/rpc-types": "2.0.1-canary-20241114225255",
"@solana/rpc-transport-http": "2.0.1-canary-20241114225255"
"@solana/errors": "2.0.1-canary-20241115080446",
"@solana/fast-stable-stringify": "2.0.1-canary-20241115080446",
"@solana/functional": "2.0.1-canary-20241115080446",
"@solana/rpc-api": "2.0.1-canary-20241115080446",
"@solana/rpc-spec": "2.0.1-canary-20241115080446",
"@solana/rpc-spec-types": "2.0.1-canary-20241115080446",
"@solana/rpc-transformers": "2.0.1-canary-20241115080446",
"@solana/rpc-types": "2.0.1-canary-20241115080446",
"@solana/rpc-transport-http": "2.0.1-canary-20241115080446"
},

@@ -78,3 +78,3 @@ "peerDependencies": {

"dev": "jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch",
"publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || (pnpm publish --tag ${PUBLISH_TAG:-canary} --access public --no-git-checks && (pnpm dist-tag add $npm_package_name@$npm_package_version latest || true))",
"publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || (pnpm publish --tag ${PUBLISH_TAG:-canary} --access public --no-git-checks && (([ \"$PUBLISH_TAG\" != \"canary\" ] && pnpm dist-tag add $npm_package_name@$npm_package_version latest) || true))",
"publish-packages": "pnpm prepublishOnly && pnpm publish-impl",

@@ -81,0 +81,0 @@ "style:fix": "pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc