Socket
Socket
Sign inDemoInstall

@solana/programs

Package Overview
Dependencies
Maintainers
15
Versions
775
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/programs - npm Package Compare versions

Comparing version 2.0.0-experimental.900b946 to 2.0.0-experimental.9084fdd

5

package.json
{
"name": "@solana/programs",
"version": "2.0.0-experimental.900b946",
"version": "2.0.0-experimental.9084fdd",
"description": "Helpers for defining programs and resolving program errors",

@@ -60,3 +60,4 @@ "exports": {

"dev": "jest -c node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch",
"publish-packages": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag experimental --access public --no-git-checks",
"publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag experimental --access public --no-git-checks",
"publish-packages": "pnpm prepublishOnly && pnpm publish-impl",
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json",

@@ -63,0 +64,0 @@ "test:lint": "jest -c node_modules/@solana/test-config/jest-lint.config.ts --rootDir . --silent",

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