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

@aptos-labs/aptos-dynamic-transaction-composer

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aptos-labs/aptos-dynamic-transaction-composer - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

20

aptos_dynamic_transaction_composer.d.ts

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

readonly callargument_copy: (a: number, b: number) => void;
readonly generate_batched_call_payload_wasm: (a: number, b: number, c: number) => void;
readonly __wbg_previousresult_free: (a: number, b: number) => void;
readonly __wbg_movefunctioncall_free: (a: number, b: number) => void;
readonly generate_batched_call_payload_wasm: (a: number, b: number, c: number) => void;
readonly __wbg_readablestreamgetreaderoptions_free: (a: number, b: number) => void;

@@ -203,2 +203,11 @@ readonly readablestreamgetreaderoptions_mode: (a: number) => number;

readonly pipeoptions_signal: (a: number) => number;
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
readonly intounderlyingsource_pull: (a: number, b: number) => number;
readonly intounderlyingsource_cancel: (a: number) => void;
readonly __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
readonly intounderlyingbytesource_type: (a: number, b: number) => void;
readonly intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
readonly intounderlyingbytesource_start: (a: number, b: number) => void;
readonly intounderlyingbytesource_pull: (a: number, b: number) => number;
readonly intounderlyingbytesource_cancel: (a: number) => void;
readonly __wbg_queuingstrategy_free: (a: number, b: number) => void;

@@ -210,11 +219,2 @@ readonly queuingstrategy_highWaterMark: (a: number) => number;

readonly intounderlyingsink_abort: (a: number, b: number) => number;
readonly __wbg_intounderlyingbytesource_free: (a: number, b: number) => void;
readonly intounderlyingbytesource_type: (a: number, b: number) => void;
readonly intounderlyingbytesource_autoAllocateChunkSize: (a: number) => number;
readonly intounderlyingbytesource_start: (a: number, b: number) => void;
readonly intounderlyingbytesource_pull: (a: number, b: number) => number;
readonly intounderlyingbytesource_cancel: (a: number) => void;
readonly __wbg_intounderlyingsource_free: (a: number, b: number) => void;
readonly intounderlyingsource_pull: (a: number, b: number) => number;
readonly intounderlyingsource_cancel: (a: number) => void;
readonly __wbindgen_malloc: (a: number, b: number) => number;

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

@@ -905,2 +905,6 @@ let wasm;

imports.wbg = {};
imports.wbg.__wbg_movefunctioncall_new = function(arg0) {
const ret = MoveFunctionCall.__wrap(arg0);
return addHeapObject(ret);
};
imports.wbg.__wbg_callargument_new = function(arg0) {

@@ -910,6 +914,2 @@ const ret = CallArgument.__wrap(arg0);

};
imports.wbg.__wbg_movefunctioncall_new = function(arg0) {
const ret = MoveFunctionCall.__wrap(arg0);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {

@@ -951,2 +951,5 @@ const ret = getStringFromWasm0(arg0, arg1);

};
imports.wbg.__wbg_respond_8fadc5f5c9d95422 = function(arg0, arg1) {
getObject(arg0).respond(arg1 >>> 0);
};
imports.wbg.__wbg_close_e9110ca16e2567db = function(arg0) {

@@ -962,2 +965,5 @@ getObject(arg0).close();

};
imports.wbg.__wbg_close_da7e6fb9d9851e5a = function(arg0) {
getObject(arg0).close();
};
imports.wbg.__wbg_view_231340b0dd8a2484 = function(arg0) {

@@ -967,12 +973,2 @@ const ret = getObject(arg0).view;

};
imports.wbg.__wbg_byteLength_5299848ed3264181 = function(arg0) {
const ret = getObject(arg0).byteLength;
return ret;
};
imports.wbg.__wbg_close_da7e6fb9d9851e5a = function(arg0) {
getObject(arg0).close();
};
imports.wbg.__wbg_respond_8fadc5f5c9d95422 = function(arg0, arg1) {
getObject(arg0).respond(arg1 >>> 0);
};
imports.wbg.__wbg_buffer_4e79326814bdd393 = function(arg0) {

@@ -986,2 +982,6 @@ const ret = getObject(arg0).buffer;

};
imports.wbg.__wbg_byteLength_5299848ed3264181 = function(arg0) {
const ret = getObject(arg0).byteLength;
return ret;
};
imports.wbg.__wbg_fetch_693453ca3f88c055 = function(arg0, arg1) {

@@ -1219,4 +1219,4 @@ const ret = getObject(arg0).fetch(getObject(arg1));

};
imports.wbg.__wbindgen_closure_wrapper1456 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 345, __wbg_adapter_24);
imports.wbg.__wbindgen_closure_wrapper1473 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 349, __wbg_adapter_24);
return addHeapObject(ret);

@@ -1223,0 +1223,0 @@ };

@@ -8,3 +8,3 @@ {

"description": "Generating Move Script from a batched Move calls",
"version": "0.1.1",
"version": "0.1.2",
"license": "Apache-2.0",

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