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

bsv-wasm-bundler

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bsv-wasm-bundler - npm Package Compare versions

Comparing version 1.2.0-beta.3 to 1.2.0-beta.4

10

bsv_wasm.d.ts

@@ -738,8 +738,12 @@ /* tslint:disable */

*/
extractCiphertext(): Uint8Array;
getCiphertext(): Uint8Array;
/**
* @returns {Uint8Array}
*/
extractHMAC(): Uint8Array;
getHMAC(): Uint8Array;
/**
* @returns {CipherKeys | undefined}
*/
getCipherKeys(): CipherKeys | undefined;
/**
* @returns {Uint8Array}

@@ -1136,3 +1140,3 @@ */

*/
getPublicKey(): PublicKey;
toPublicKey(): PublicKey;
/**

@@ -1139,0 +1143,0 @@ *

@@ -7,3 +7,3 @@ {

"description": "A Bitcoin SV library with WASM in mind.",
"version": "1.2.0-beta.3",
"version": "1.2.0-beta.4",
"license": "MIT",

@@ -10,0 +10,0 @@ "files": [

Sorry, the diff of this file is too big to display

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