@dfinity/certification-testing
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -813,7 +813,2 @@ let imports = {}; | ||
module.exports.__wbg_buffer_085ec1f694018c4f = function() { return logError(function (arg0) { | ||
const ret = getObject(arg0).buffer; | ||
return addHeapObject(ret); | ||
}, arguments) }; | ||
module.exports.__wbindgen_is_function = function(arg0) { | ||
@@ -825,2 +820,7 @@ const ret = typeof(getObject(arg0)) === 'function'; | ||
module.exports.__wbg_buffer_085ec1f694018c4f = function() { return logError(function (arg0) { | ||
const ret = getObject(arg0).buffer; | ||
return addHeapObject(ret); | ||
}, arguments) }; | ||
module.exports.__wbindgen_debug_string = function(arg0, arg1) { | ||
@@ -827,0 +827,0 @@ const ret = debugString(getObject(arg1)); |
@@ -787,6 +787,2 @@ let wasm; | ||
}, arguments) }; | ||
imports.wbg.__wbg_buffer_085ec1f694018c4f = function() { return logError(function (arg0) { | ||
const ret = getObject(arg0).buffer; | ||
return addHeapObject(ret); | ||
}, arguments) }; | ||
imports.wbg.__wbindgen_is_function = function(arg0) { | ||
@@ -797,2 +793,6 @@ const ret = typeof(getObject(arg0)) === 'function'; | ||
}; | ||
imports.wbg.__wbg_buffer_085ec1f694018c4f = function() { return logError(function (arg0) { | ||
const ret = getObject(arg0).buffer; | ||
return addHeapObject(ret); | ||
}, arguments) }; | ||
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) { | ||
@@ -799,0 +799,0 @@ const ret = debugString(getObject(arg1)); |
{ | ||
"name": "@dfinity/certification-testing", | ||
"description": "Utilities for testing applications that work with Internet Computer certification", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"author": "DFINITY Stiftung", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
{ | ||
"name": "@dfinity/certification-testing", | ||
"description": "Utilities for testing applications that work with Internet Computer certification", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"author": "DFINITY Stiftung", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
@@ -19,6 +19,4 @@ # Certification Testing | ||
import { Principal } from '@dfinity/principal'; | ||
import { createHash, webcrypto } from 'node:crypto'; | ||
import { createHash } from 'node:crypto'; | ||
globalThis.crypto = webcrypto as Crypto; | ||
const userId = '1234'; | ||
@@ -25,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8730455
20
58