New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@notabene/javascript-sdk

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notabene/javascript-sdk - npm Package Compare versions

Comparing version 2.0.0-next.12 to 2.0.0-next.13

6

dist/notabene.d.ts

@@ -1027,2 +1027,3 @@ /**

fields?: FieldTypes;
vasps?: VASPOptions;
}

@@ -1124,2 +1125,7 @@

declare type VASPOptions = {
addUnknown?: boolean;
onlyActive?: boolean;
};
/**

@@ -1126,0 +1132,0 @@ * A wallet agent acting on behalf of the counterparty

2

package.json

@@ -12,3 +12,3 @@ {

"license": "MIT",
"version": "2.0.0-next.12",
"version": "2.0.0-next.13",
"source": "src/notabene.ts",

@@ -15,0 +15,0 @@ "main": "dist/notabene.js",

@@ -437,2 +437,7 @@ import {

};
export type VASPOptions = {
addUnknown?: boolean;
onlyActive?: boolean;
};
/**

@@ -454,2 +459,3 @@ * Configuration options for Transaction components

fields?: FieldTypes;
vasps?: VASPOptions;
}

@@ -456,0 +462,0 @@

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