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

clarity-repl

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clarity-repl - npm Package Compare versions

Comparing version 0.29.0 to 0.33.0

8

clarity_repl.d.ts

@@ -19,8 +19,4 @@ /* tslint:disable */

readonly handle_command: (a: number, b: number, c: number) => void;
readonly rust_psm_on_stack: (a: number, b: number, c: number, d: number) => void;
readonly rust_psm_stack_direction: () => number;
readonly rust_psm_stack_pointer: () => number;
readonly rust_psm_replace_stack: (a: number, b: number, c: number) => void;
readonly __wbindgen_export_0: WebAssembly.Table;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9334774c6527a49e: (a: number, b: number, c: number) => void;
readonly _ZN136__LT_dyn_u20_core__ops__function__FnMut_LT__LP_A_C__RP__GT__u2b_Output_u20__u3d__u20_R_u20_as_u20_wasm_bindgen__closure__WasmClosure_GT_8describe6invoke17hed7dc63500329d42E: (a: number, b: number, c: number) => void;
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;

@@ -31,3 +27,3 @@ readonly __wbindgen_malloc: (a: number) => number;

readonly __wbindgen_exn_store: (a: number) => void;
readonly wasm_bindgen__convert__closures__invoke2_mut__h0322a4ea9e6b9dc8: (a: number, b: number, c: number, d: number) => void;
readonly _ZN12wasm_bindgen7convert8closures11invoke2_mut17h941a68bae6d1e937E: (a: number, b: number, c: number, d: number) => void;
}

@@ -34,0 +30,0 @@

@@ -28,3 +28,4 @@

let cachedUint8Memory0;
let cachedUint8Memory0 = new Uint8Array();
function getUint8Memory0() {

@@ -75,3 +76,3 @@ if (cachedUint8Memory0.byteLength === 0) {

function __wbg_adapter_10(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h9334774c6527a49e(arg0, arg1, addHeapObject(arg2));
wasm._ZN136__LT_dyn_u20_core__ops__function__FnMut_LT__LP_A_C__RP__GT__u2b_Output_u20__u3d__u20_R_u20_as_u20_wasm_bindgen__closure__WasmClosure_GT_8describe6invoke17hed7dc63500329d42E(arg0, arg1, addHeapObject(arg2));
}

@@ -142,3 +143,4 @@

let cachedInt32Memory0;
let cachedInt32Memory0 = new Int32Array();
function getInt32Memory0() {

@@ -177,3 +179,3 @@ if (cachedInt32Memory0.byteLength === 0) {

function __wbg_adapter_15(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h0322a4ea9e6b9dc8(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm._ZN12wasm_bindgen7convert8closures11invoke2_mut17h941a68bae6d1e937E(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

@@ -231,7 +233,7 @@

};
imports.wbg.__wbg_call_9855a4612eb496cb = function() { return handleError(function (arg0, arg1, arg2) {
imports.wbg.__wbg_call_65af9f665ab6ade5 = function() { return handleError(function (arg0, arg1, arg2) {
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
return addHeapObject(ret);
}, arguments) };
imports.wbg.__wbg_new_78403b138428b684 = function(arg0, arg1) {
imports.wbg.__wbg_new_52205195aa880fc2 = function(arg0, arg1) {
try {

@@ -254,7 +256,7 @@ var state0 = {a: arg0, b: arg1};

};
imports.wbg.__wbg_resolve_f269ce174f88b294 = function(arg0) {
imports.wbg.__wbg_resolve_0107b3a501450ba0 = function(arg0) {
const ret = Promise.resolve(getObject(arg0));
return addHeapObject(ret);
};
imports.wbg.__wbg_then_1c698eedca15eed6 = function(arg0, arg1) {
imports.wbg.__wbg_then_18da6e5453572fc8 = function(arg0, arg1) {
const ret = getObject(arg0).then(getObject(arg1));

@@ -266,4 +268,4 @@ return addHeapObject(ret);

};
imports.wbg.__wbindgen_closure_wrapper5267 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 1519, __wbg_adapter_10);
imports.wbg.__wbindgen_closure_wrapper2541 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 770, __wbg_adapter_10);
return addHeapObject(ret);

@@ -282,4 +284,4 @@ };

init.__wbindgen_wasm_module = module;
cachedInt32Memory0 = new Int32Array(wasm.memory.buffer);
cachedUint8Memory0 = new Uint8Array(wasm.memory.buffer);
cachedInt32Memory0 = new Int32Array();
cachedUint8Memory0 = new Uint8Array();

@@ -286,0 +288,0 @@

@@ -9,3 +9,3 @@ {

"description": "Clarity REPL",
"version": "0.29.0",
"version": "0.33.0",
"license": "GPL-3.0-only",

@@ -32,2 +32,2 @@ "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