Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@solana/assertions

Package Overview
Dependencies
Maintainers
14
Versions
1344
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/assertions - npm Package Compare versions

Comparing version 2.0.1-canary-20241114224006 to 2.0.1-canary-20241114225255

6

package.json
{
"name": "@solana/assertions",
"version": "2.0.1-canary-20241114224006",
"version": "2.0.1-canary-20241114225255",
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",

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

"dependencies": {
"@solana/errors": "2.0.1-canary-20241114224006"
"@solana/errors": "2.0.1-canary-20241114225255"
},

@@ -70,3 +70,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",
"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-packages": "pnpm prepublishOnly && pnpm publish-impl",

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

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