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

@solana/errors

Package Overview
Dependencies
Maintainers
15
Versions
964
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@solana/errors - npm Package Compare versions

Comparing version 2.0.0-experimental.b93299a to 2.0.0-experimental.e9c1b10

bin/cli.js

15

package.json
{
"name": "@solana/errors",
"version": "2.0.0-experimental.b93299a",
"version": "2.0.0-experimental.e9c1b10",
"description": "Throw, identify, and decode Solana JavaScript errors",

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

],
"bin": "./bin/cli.ts",
"bin": "./bin/cli.js",
"author": "Solana Labs Maintainers <maintainers@solanalabs.com>",

@@ -53,2 +53,6 @@ "license": "MIT",

},
"dependencies": {
"commander": "^11.1.0",
"chalk": "^5.3.0"
},
"devDependencies": {

@@ -62,4 +66,2 @@ "@solana/eslint-config-solana": "^1.0.2",

"agadoo": "^3.0.0",
"chalk": "^5.3.0",
"commander": "^11.1.0",
"eslint": "^8.45.0",

@@ -74,6 +76,5 @@ "eslint-plugin-jest": "^27.4.2",

"tsup": "^8.0.1",
"tsx": "^4.7.0",
"typescript": "^5.2.2",
"version-from-git": "^1.1.1",
"@solana/addresses": "2.0.0-experimental.b93299a",
"@solana/addresses": "2.0.0-experimental.e9c1b10",
"build-scripts": "0.0.0",

@@ -92,3 +93,3 @@ "test-config": "0.0.0",

"scripts": {
"compile:js": "tsup --config build-scripts/tsup.config.package.ts",
"compile:js": "tsup --config build-scripts/tsup.config.package.ts && tsup src/cli.ts --format esm",
"compile:typedefs": "tsc -p ./tsconfig.declarations.json && node node_modules/build-scripts/add-js-extension-to-types.mjs",

@@ -95,0 +96,0 @@ "dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch",

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