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

@dfinity/certification-testing

Package Overview
Dependencies
Maintainers
10
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dfinity/certification-testing - npm Package Compare versions

Comparing version 2.5.0 to 2.6.0

10

dist/debug/dist/nodejs/nodejs.js

@@ -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

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