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

@hirosystems/clarinet-sdk-wasm-browser

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.14.0 to 2.15.0-beta1

6

clarinet_sdk.d.ts

@@ -276,5 +276,5 @@ /* tslint:disable */

readonly __wbg_set_transactionres_events: (a: number, b: number, c: number) => void;
readonly sdk_stacksBlockHeight: (a: number) => number;
readonly __wbg_get_transactionres_result: (a: number) => [number, number];
readonly __wbg_get_transactionres_events: (a: number) => [number, number];
readonly sdk_stacksBlockHeight: (a: number) => number;
readonly __wbindgen_malloc: (a: number, b: number) => number;

@@ -288,4 +288,4 @@ readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;

readonly __externref_table_dealloc: (a: number) => void;
readonly closure702_externref_shim: (a: number, b: number, c: any) => void;
readonly closure3124_externref_shim: (a: number, b: number, c: any, d: any) => void;
readonly closure685_externref_shim: (a: number, b: number, c: any) => void;
readonly closure3104_externref_shim: (a: number, b: number, c: any, d: any) => void;
readonly __wbindgen_start: () => void;

@@ -292,0 +292,0 @@ }

@@ -235,7 +235,7 @@ let wasm;

function __wbg_adapter_48(arg0, arg1, arg2) {
wasm.closure702_externref_shim(arg0, arg1, arg2);
wasm.closure685_externref_shim(arg0, arg1, arg2);
}
function __wbg_adapter_238(arg0, arg1, arg2, arg3) {
wasm.closure3124_externref_shim(arg0, arg1, arg2, arg3);
wasm.closure3104_externref_shim(arg0, arg1, arg2, arg3);
}

@@ -1548,4 +1548,4 @@

};
imports.wbg.__wbindgen_closure_wrapper2522 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 703, __wbg_adapter_48);
imports.wbg.__wbindgen_closure_wrapper2473 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 686, __wbg_adapter_48);
return ret;

@@ -1552,0 +1552,0 @@ };

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

"description": "The core lib that powers @hirosystems/clarinet-sdk",
"version": "2.14.0",
"version": "2.15.0-beta1",
"license": "GPL-3.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