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-dev99.0 to 1.29.0

252

dist/shell.js

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

name: "@duckdb/duckdb-wasm-shell",
version: "1.28.1-dev99.0",
version: "1.29.0",
description: "",

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

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

@@ -69,11 +69,11 @@ "xterm-addon-fit": "^0.8.0",

devDependencies: {
esbuild: "^0.19.10",
eslint: "^8.56.0",
esbuild: "^0.20.2",
eslint: "^8.57.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
jasmine: "^5.1.0",
"jasmine-core": "^5.1.1",
"jasmine-core": "^5.1.2",
"jasmine-spec-reporter": "^7.0.0",
"make-dir": "^4.0.0",
prettier: "^3.2.2",
prettier: "^3.2.5",
rimraf: "^5.0.5",

@@ -309,34 +309,8 @@ "wasm-pack": "^0.12.1"

function __wbg_adapter_22(arg0, arg1, arg2) {
const ret = wasm.wasm_bindgen__convert__closures__invoke1_mut__h7e625be7026adc7c(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.wasm_bindgen__convert__closures__invoke1_mut__hc13282646fd8976d(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));
}
function handleError(f, args) {
try {
return f.apply(this, args);
} catch (e) {
wasm.__wbindgen_exn_store(addHeapObject(e));
}
}
var cachedUint32Memory0 = null;
function getUint32Memory0() {
if (cachedUint32Memory0 === null || cachedUint32Memory0.byteLength === 0) {
cachedUint32Memory0 = new Uint32Array(wasm.memory.buffer);
}
return cachedUint32Memory0;
}
function passArray32ToWasm0(arg, malloc) {
const ptr = malloc(arg.length * 4, 4) >>> 0;
getUint32Memory0().set(arg, ptr / 4);
WASM_VECTOR_LEN = arg.length;
return ptr;
}
function passArray8ToWasm0(arg, malloc) {
const ptr = malloc(arg.length * 1, 1) >>> 0;
getUint8Memory0().set(arg, ptr / 1);
WASM_VECTOR_LEN = arg.length;
return ptr;
}
function embed(elem, runtime, options) {

@@ -390,5 +364,31 @@ try {

}
function __wbg_adapter_214(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h085319ab0941bbff(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
function handleError(f, args) {
try {
return f.apply(this, args);
} catch (e) {
wasm.__wbindgen_exn_store(addHeapObject(e));
}
}
var cachedUint32Memory0 = null;
function getUint32Memory0() {
if (cachedUint32Memory0 === null || cachedUint32Memory0.byteLength === 0) {
cachedUint32Memory0 = new Uint32Array(wasm.memory.buffer);
}
return cachedUint32Memory0;
}
function passArray32ToWasm0(arg, malloc) {
const ptr = malloc(arg.length * 4, 4) >>> 0;
getUint32Memory0().set(arg, ptr / 4);
WASM_VECTOR_LEN = arg.length;
return ptr;
}
function passArray8ToWasm0(arg, malloc) {
const ptr = malloc(arg.length * 1, 1) >>> 0;
getUint8Memory0().set(arg, ptr / 1);
WASM_VECTOR_LEN = arg.length;
return ptr;
}
function __wbg_adapter_210(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h31501dd44c1f2ebd(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}
var ShellInputContext = Object.freeze({ FileInput: 0, "0": "FileInput" });

@@ -522,2 +522,32 @@ var WcWidth = Object.freeze({ Width0: 0, "0": "Width0", Width1: 1, "1": "Width1", Width2: 2, "2": "Width2" });

};
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() {

@@ -541,20 +571,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() {

@@ -586,32 +598,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() {

@@ -655,28 +655,2 @@ 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.__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_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) {
const ret = import_duckdb_wasm.PACKAGE_NAME;
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) {

@@ -790,2 +764,28 @@ const obj = takeObject(arg0).original;

};
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.__wbg_static_accessor_PACKAGE_NAME_0af717684e189e55 = function(arg0) {
const ret = import_duckdb_wasm.PACKAGE_NAME;
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_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) {

@@ -955,10 +955,2 @@ const ret = getObject(arg0)[arg1 >>> 0];

};
imports.wbg.__wbg_getTimezoneOffset_8aee3445f323973e = function(arg0) {
const ret = getObject(arg0).getTimezoneOffset();
return ret;
};
imports.wbg.__wbg_newwithyearmonthdayhrminsec_b540984d0081e7ed = function(arg0, arg1, arg2, arg3, arg4, arg5) {
const ret = new Date(arg0 >>> 0, arg1, arg2, arg3, arg4, arg5);
return addHeapObject(ret);
};
imports.wbg.__wbg_new_43f1b47c28813cbd = function(arg0, arg1) {

@@ -971,3 +963,3 @@ try {

try {
return __wbg_adapter_214(a, state0.b, arg02, arg12);
return __wbg_adapter_210(a, state0.b, arg02, arg12);
} finally {

@@ -1024,8 +1016,8 @@ state0.a = a;

};
imports.wbg.__wbindgen_closure_wrapper369 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 119, __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_wrapper967 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 202, __wbg_adapter_25);
imports.wbg.__wbindgen_closure_wrapper912 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 184, __wbg_adapter_25);
return addHeapObject(ret);

@@ -1032,0 +1024,0 @@ };

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

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

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

@@ -35,11 +35,11 @@ "xterm-addon-fit": "^0.8.0",

"devDependencies": {
"esbuild": "^0.19.10",
"eslint": "^8.56.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-plugin-jasmine": "^4.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.1",
"jasmine-core": "^5.1.2",
"jasmine-spec-reporter": "^7.0.0",
"make-dir": "^4.0.0",
"prettier": "^3.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",

@@ -46,0 +46,0 @@ "wasm-pack": "^0.12.1"

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

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