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

@accessprotocol/js

Package Overview
Dependencies
Maintainers
3
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accessprotocol/js - npm Package Compare versions

Comparing version 2.0.0-alpha.25 to 2.0.0-alpha.26

2

dist/cjs/secondary_bindings.js

@@ -395,5 +395,3 @@ "use strict";

ixs.push((0, bindings_js_1.createBondV2)(user, feePayer, pool, unlockDate ? new BN.BN(unlockDate) : null, programId));
return ixs;
}
// If the bondV2 already exists, we add to it
if (bondV2Account &&

@@ -400,0 +398,0 @@ bondV2Account.amount.toNumber() > 0 &&

@@ -358,5 +358,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

ixs.push(createBondV2(user, feePayer, pool, unlockDate ? new BN.BN(unlockDate) : null, programId));
return ixs;
}
// If the bondV2 already exists, we add to it
if (bondV2Account &&

@@ -363,0 +361,0 @@ bondV2Account.amount.toNumber() > 0 &&

2

package.json
{
"name": "@accessprotocol/js",
"version": "2.0.0-alpha.25",
"version": "2.0.0-alpha.26",
"license": "MIT",

@@ -5,0 +5,0 @@ "type": "module",

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