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

@dfns/dfns-key-import-bundler

Package Overview
Dependencies
Maintainers
14
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfns/dfns-key-import-bundler - npm Package Compare versions

Comparing version 0.2.1 to 0.2.3

26

dfns_key_import_bg.js

@@ -304,4 +304,8 @@ let wasm;

*/
Frost:3,"3":"Frost", });
Frost:3,"3":"Frost",
/**
* FROST variant that is compatible with Bitcoin Schnorr
*/
FrostBitcoin:4,"4":"FrostBitcoin", });
/**
* The curve for which a key can be used

@@ -448,12 +452,2 @@ */

export function __wbindgen_number_new(arg0) {
const ret = arg0;
return addHeapObject(ret);
};
export function __wbindgen_string_new(arg0, arg1) {
const ret = getStringFromWasm0(arg0, arg1);
return addHeapObject(ret);
};
export function __wbindgen_jsval_loose_eq(arg0, arg1) {

@@ -485,2 +479,7 @@ const ret = getObject(arg0) == getObject(arg1);

export function __wbindgen_number_new(arg0) {
const ret = arg0;
return addHeapObject(ret);
};
export function __wbindgen_object_clone_ref(arg0) {

@@ -491,2 +490,7 @@ const ret = getObject(arg0);

export function __wbindgen_string_new(arg0, arg1) {
const ret = getStringFromWasm0(arg0, arg1);
return addHeapObject(ret);
};
export function __wbg_getwithrefkey_d1f0d12f1f1b63ea(arg0, arg1) {

@@ -493,0 +497,0 @@ const ret = getObject(arg0)[getObject(arg1)];

@@ -54,2 +54,6 @@ /* tslint:disable */

Frost = 3,
/**
* FROST variant that is compatible with Bitcoin Schnorr
*/
FrostBitcoin = 4,
}

@@ -56,0 +60,0 @@ /**

@@ -5,3 +5,3 @@ {

"description": "Cryptography code for importing a key to Dfns",
"version": "0.2.1",
"version": "0.2.3",
"license": "MIT OR Apache-2.0",

@@ -8,0 +8,0 @@ "repository": {

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