Socket
Socket
Sign inDemoInstall

@marinade.finance/anchor-common

Package Overview
Dependencies
67
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.3 to 2.3.0

src/error.d.ts

12

package.json
{
"name": "@marinade.finance/anchor-common",
"version": "2.2.3",
"version": "2.3.0",
"description": "Solana Anchor JS utilities",

@@ -26,12 +26,14 @@ "repository": {

"devDependencies": {
"@solana/web3.js": "^1.78.5",
"@solana/web3.js": "^1.91.1",
"bn.js": "^5.2.1",
"@coral-xyz/anchor": "^0.29.0",
"@marinade.finance/ts-common": "^2.2.3"
"@marinade.finance/ts-common": "2.3.0",
"@marinade.finance/web3js-common": "2.3.0"
},
"peerDependencies": {
"@solana/web3.js": "^1.78.5",
"@solana/web3.js": "^1.91.1",
"bn.js": "^5.2.1",
"@coral-xyz/anchor": "^0.29.0",
"@marinade.finance/ts-common": "^2.2.3"
"@marinade.finance/ts-common": "2.3.0",
"@marinade.finance/web3js-common": "2.3.0"
},

@@ -38,0 +40,0 @@ "scripts": {

@@ -1,1 +0,4 @@

export * from './anchor';
export * from './error';
export * from './extendedProvider';
export * from './validator';
export * from './wallet';

@@ -17,3 +17,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./anchor"), exports);
__exportStar(require("./error"), exports);
__exportStar(require("./extendedProvider"), exports);
__exportStar(require("./validator"), exports);
__exportStar(require("./wallet"), exports);
//# sourceMappingURL=index.js.map

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc