New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.23.0 to 0.23.1

4

clarity_repl.d.ts

@@ -25,3 +25,3 @@ /* tslint:disable */

readonly __wbindgen_export_0: WebAssembly.Table;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h703d8b3cdb071014: (a: number, b: number, c: number) => void;
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0805e513b02f6fb9: (a: number, b: number, c: number) => void;
readonly __wbindgen_malloc: (a: number) => number;

@@ -32,3 +32,3 @@ readonly __wbindgen_realloc: (a: number, b: number, c: number) => number;

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

@@ -35,0 +35,0 @@

@@ -74,3 +74,3 @@

function __wbg_adapter_10(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h703d8b3cdb071014(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0805e513b02f6fb9(arg0, arg1, addHeapObject(arg2));
}

@@ -177,3 +177,3 @@

function __wbg_adapter_15(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h9ae3d38bd3133b58(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm.wasm_bindgen__convert__closures__invoke2_mut__h2ef8d266313e65db(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

@@ -267,4 +267,4 @@

};
imports.wbg.__wbindgen_closure_wrapper5747 = function(arg0, arg1, arg2) {
var ret = makeMutClosure(arg0, arg1, 1532, __wbg_adapter_10);
imports.wbg.__wbindgen_closure_wrapper5852 = function(arg0, arg1, arg2) {
var ret = makeMutClosure(arg0, arg1, 1531, __wbg_adapter_10);
return addHeapObject(ret);

@@ -271,0 +271,0 @@ };

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

"description": "Clarity REPL",
"version": "0.23.0",
"version": "0.23.1",
"license": "GPL-3.0-only",

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