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

@duckdb/duckdb-wasm-shell

Package Overview
Dependencies
Maintainers
0
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@duckdb/duckdb-wasm-shell - npm Package Compare versions

Comparing version 1.28.1-dev272.0 to 1.28.1-dev273.0

168

dist/shell.js

@@ -36,3 +36,3 @@ "use strict";

name: "@duckdb/duckdb-wasm-shell",
version: "1.28.1-dev272.0",
version: "1.28.1-dev273.0",
description: "",

@@ -61,3 +61,3 @@ author: "Andre Kohn <kohn.a@outlook.com>",

dependencies: {
"@duckdb/duckdb-wasm": "^1.28.1-dev272.0",
"@duckdb/duckdb-wasm": "^1.28.1-dev273.0",
xterm: "^5.3.0",

@@ -308,7 +308,7 @@ "xterm-addon-fit": "^0.8.0",

function __wbg_adapter_22(arg0, arg1, arg2) {
const ret = wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he23567b868571ad4(arg0, arg1, addHeapObject(arg2));
const ret = wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__he8ffd72d0b49a87b(arg0, arg1, addHeapObject(arg2));
return ret !== 0;
}
function __wbg_adapter_25(arg0, arg1, arg2) {
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hd53b6e4442644896(arg0, arg1, addHeapObject(arg2));
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h77eb2de66eb57381(arg0, arg1, addHeapObject(arg2));
}

@@ -390,3 +390,3 @@ function embed(elem, runtime, options) {

function __wbg_adapter_210(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h040411d80f04923c(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm.wasm_bindgen__convert__closures__invoke2_mut__h31501dd44c1f2ebd(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

@@ -521,2 +521,32 @@ var ShellInputContext = Object.freeze({ FileInput: 0, "0": "FileInput" });

};
imports.wbg.__wbg_getPlatformFeatures_0c7441cfa3b5e678 = function() {
return handleError(function() {
const ret = (0, import_duckdb_wasm.getPlatformFeatures)();
return addHeapObject(ret);
}, arguments);
};
imports.wbg.__wbg_bigInt64Array_b81766f687b4b0b6 = function(arg0) {
const ret = getObject(arg0).bigInt64Array;
return ret;
};
imports.wbg.__wbg_crossOriginIsolated_f7f727dc97628776 = function(arg0) {
const ret = getObject(arg0).crossOriginIsolated;
return ret;
};
imports.wbg.__wbg_wasmThreads_cbe2eebf031b26d7 = function(arg0) {
const ret = getObject(arg0).wasmThreads;
return ret;
};
imports.wbg.__wbg_wasmSIMD_f2cbc78c82c4d673 = function(arg0) {
const ret = getObject(arg0).wasmSIMD;
return ret;
};
imports.wbg.__wbg_wasmBulkMemory_51a6e2786de28fdc = function(arg0) {
const ret = getObject(arg0).wasmBulkMemory;
return ret;
};
imports.wbg.__wbg_wasmExceptions_f629aff7d2e90cd3 = function(arg0) {
const ret = getObject(arg0).wasmExceptions;
return ret;
};
imports.wbg.__wbg_dropFile_377dfecd7aafe02e = function() {

@@ -540,20 +570,2 @@ return handleError(function(arg0, arg1, arg2) {

};
imports.wbg.__wbg_downloadFile_4cc8985e2c240fec = function() {
return handleError(function(arg0, arg1, arg2, arg3) {
const ret = getObject(arg0).downloadFile(getStringFromWasm0(arg1, arg2), takeObject(arg3));
return addHeapObject(ret);
}, arguments);
};
imports.wbg.__wbg_globFiles_7fe5c8e5e369e77b = function() {
return handleError(function(arg0, arg1, arg2) {
const ret = getObject(arg0).globFiles(getStringFromWasm0(arg1, arg2));
return addHeapObject(ret);
}, arguments);
};
imports.wbg.__wbg_pickFiles_cb1fb4d097b8cdab = function() {
return handleError(function(arg0) {
const ret = getObject(arg0).pickFiles();
return addHeapObject(ret);
}, arguments);
};
imports.wbg.__wbg_open_8d9e16e84b9c860d = function() {

@@ -585,32 +597,20 @@ return handleError(function(arg0, arg1) {

};
imports.wbg.__wbg_getPlatformFeatures_0c7441cfa3b5e678 = function() {
return handleError(function() {
const ret = (0, import_duckdb_wasm.getPlatformFeatures)();
imports.wbg.__wbg_downloadFile_4cc8985e2c240fec = function() {
return handleError(function(arg0, arg1, arg2, arg3) {
const ret = getObject(arg0).downloadFile(getStringFromWasm0(arg1, arg2), takeObject(arg3));
return addHeapObject(ret);
}, arguments);
};
imports.wbg.__wbg_bigInt64Array_b81766f687b4b0b6 = function(arg0) {
const ret = getObject(arg0).bigInt64Array;
return ret;
imports.wbg.__wbg_globFiles_7fe5c8e5e369e77b = function() {
return handleError(function(arg0, arg1, arg2) {
const ret = getObject(arg0).globFiles(getStringFromWasm0(arg1, arg2));
return addHeapObject(ret);
}, arguments);
};
imports.wbg.__wbg_crossOriginIsolated_f7f727dc97628776 = function(arg0) {
const ret = getObject(arg0).crossOriginIsolated;
return ret;
imports.wbg.__wbg_pickFiles_cb1fb4d097b8cdab = function() {
return handleError(function(arg0) {
const ret = getObject(arg0).pickFiles();
return addHeapObject(ret);
}, arguments);
};
imports.wbg.__wbg_wasmThreads_cbe2eebf031b26d7 = function(arg0) {
const ret = getObject(arg0).wasmThreads;
return ret;
};
imports.wbg.__wbg_wasmSIMD_f2cbc78c82c4d673 = function(arg0) {
const ret = getObject(arg0).wasmSIMD;
return ret;
};
imports.wbg.__wbg_wasmBulkMemory_51a6e2786de28fdc = function(arg0) {
const ret = getObject(arg0).wasmBulkMemory;
return ret;
};
imports.wbg.__wbg_wasmExceptions_f629aff7d2e90cd3 = function(arg0) {
const ret = getObject(arg0).wasmExceptions;
return ret;
};
imports.wbg.__wbg_runQuery_41cfa048b61675e2 = function() {

@@ -654,9 +654,10 @@ return handleError(function(arg0, arg1, arg2, arg3) {

};
imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) {
const obj = getObject(arg1);
const ret = JSON.stringify(obj === void 0 ? null : obj);
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
const len1 = WASM_VECTOR_LEN;
getInt32Memory0()[arg0 / 4 + 1] = len1;
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
imports.wbg.__wbindgen_cb_drop = function(arg0) {
const obj = takeObject(arg0).original;
if (obj.cnt-- == 1) {
obj.a = 0;
return true;
}
const ret = false;
return ret;
};

@@ -762,8 +763,5 @@ imports.wbg.__wbg_setrows_6b947e6079c486dc = function(arg0, arg1) {

};
imports.wbg.__wbg_new_79cc836771d68198 = function() {
const ret = new import_xterm_addon_fit.FitAddon();
return addHeapObject(ret);
};
imports.wbg.__wbg_static_accessor_PACKAGE_VERSION_549ba11794cf5003 = function(arg0) {
const ret = import_duckdb_wasm.PACKAGE_VERSION;
imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) {
const obj = getObject(arg1);
const ret = JSON.stringify(obj === void 0 ? null : obj);
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);

@@ -781,11 +779,13 @@ const len1 = WASM_VECTOR_LEN;

};
imports.wbg.__wbindgen_cb_drop = function(arg0) {
const obj = takeObject(arg0).original;
if (obj.cnt-- == 1) {
obj.a = 0;
return true;
}
const ret = false;
return ret;
imports.wbg.__wbg_new_79cc836771d68198 = function() {
const ret = new import_xterm_addon_fit.FitAddon();
return addHeapObject(ret);
};
imports.wbg.__wbg_static_accessor_PACKAGE_VERSION_549ba11794cf5003 = function(arg0) {
const ret = import_duckdb_wasm.PACKAGE_VERSION;
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
const len1 = WASM_VECTOR_LEN;
getInt32Memory0()[arg0 / 4 + 1] = len1;
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
};
imports.wbg.__wbg_blockStats_14f17a14c4573f3d = function(arg0) {

@@ -859,13 +859,2 @@ const ret = getObject(arg0).blockStats;

};
imports.wbg.__wbg_type_4197dff653b7d208 = function(arg0, arg1) {
const ret = getObject(arg1).type;
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
const len1 = WASM_VECTOR_LEN;
getInt32Memory0()[arg0 / 4 + 1] = len1;
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
};
imports.wbg.__wbg_now_0cfdc90c97d0c24b = function(arg0) {
const ret = getObject(arg0).now();
return ret;
};
imports.wbg.__wbg_ctrlKey_582686fb2263dd3c = function(arg0) {

@@ -886,2 +875,13 @@ const ret = getObject(arg0).ctrlKey;

};
imports.wbg.__wbg_now_0cfdc90c97d0c24b = function(arg0) {
const ret = getObject(arg0).now();
return ret;
};
imports.wbg.__wbg_type_4197dff653b7d208 = function(arg0, arg1) {
const ret = getObject(arg1).type;
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
const len1 = WASM_VECTOR_LEN;
getInt32Memory0()[arg0 / 4 + 1] = len1;
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
};
imports.wbg.__wbg_get_44be0491f933a435 = function(arg0, arg1) {

@@ -1014,8 +1014,8 @@ const ret = getObject(arg0)[arg1 >>> 0];

};
imports.wbg.__wbindgen_closure_wrapper616 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 158, __wbg_adapter_22);
imports.wbg.__wbindgen_closure_wrapper538 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 164, __wbg_adapter_22);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper921 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 188, __wbg_adapter_25);
imports.wbg.__wbindgen_closure_wrapper912 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 184, __wbg_adapter_25);
return addHeapObject(ret);

@@ -1022,0 +1022,0 @@ };

{
"name": "@duckdb/duckdb-wasm-shell",
"version": "1.28.1-dev272.0",
"version": "1.28.1-dev273.0",
"description": "",

@@ -27,3 +27,3 @@ "author": "Andre Kohn <kohn.a@outlook.com>",

"dependencies": {
"@duckdb/duckdb-wasm": "^1.28.1-dev272.0",
"@duckdb/duckdb-wasm": "^1.28.1-dev273.0",
"xterm": "^5.3.0",

@@ -30,0 +30,0 @@ "xterm-addon-fit": "^0.8.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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