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

@hirosystems/clarinet-sdk-wasm

Package Overview
Dependencies
Maintainers
4
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hirosystems/clarinet-sdk-wasm - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

24

clarinet_sdk.js

@@ -1038,2 +1038,12 @@ let imports = {};

module.exports.__wbindgen_error_new = function(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
};
module.exports.__wbindgen_is_undefined = function(arg0) {
const ret = getObject(arg0) === undefined;
return ret;
};
module.exports.__wbindgen_as_number = function(arg0) {

@@ -1049,12 +1059,2 @@ const ret = +getObject(arg0);

module.exports.__wbindgen_error_new = function(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
};
module.exports.__wbindgen_is_undefined = function(arg0) {
const ret = getObject(arg0) === undefined;
return ret;
};
module.exports.__wbg_new_abda76e883ba8a5f = function() {

@@ -1459,4 +1459,4 @@ const ret = new Error();

module.exports.__wbindgen_closure_wrapper2472 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 445, __wbg_adapter_44);
module.exports.__wbindgen_closure_wrapper2497 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 449, __wbg_adapter_44);
return addHeapObject(ret);

@@ -1463,0 +1463,0 @@ };

{
"name": "@hirosystems/clarinet-sdk-wasm",
"description": "The core lib that powers @hirosystems/clarinet-sdk",
"version": "1.0.2",
"version": "1.0.3",
"license": "GPL-3.0",

@@ -6,0 +6,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