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

@prisma/query-engine-wasm

Package Overview
Dependencies
Maintainers
10
Versions
545
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/query-engine-wasm - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

package.json
{
"name": "@prisma/query-engine-wasm",
"version": "0.0.13",
"version": "0.0.14",
"files": [

@@ -5,0 +5,0 @@ "query_engine_bg.wasm",

@@ -44,14 +44,2 @@ let wasm;

function dropObject(idx) {
if (idx < 132) return;
heap[idx] = heap_next;
heap_next = idx;
}
function takeObject(idx) {
const ret = getObject(idx);
dropObject(idx);
return ret;
}
let WASM_VECTOR_LEN = 0;

@@ -127,2 +115,14 @@

function dropObject(idx) {
if (idx < 132) return;
heap[idx] = heap_next;
heap_next = idx;
}
function takeObject(idx) {
const ret = getObject(idx);
dropObject(idx);
return ret;
}
let cachedFloat64Memory0 = null;

@@ -236,3 +236,3 @@

function __wbg_adapter_48(arg0, arg1, arg2) {
wasm.wasm_bindgen__convert__closures__invoke1_mut__h55a31d16670ef3ff(arg0, arg1, addHeapObject(arg2));
wasm.wasm_bindgen__convert__closures__invoke1_mut__h577664d91a61677b(arg0, arg1, addHeapObject(arg2));
}

@@ -313,3 +313,3 @@

function __wbg_adapter_151(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h804ee29ff673980c(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
wasm.wasm_bindgen__convert__closures__invoke2_mut__h6612ea49516b79ed(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
}

@@ -572,2 +572,11 @@

export function __wbindgen_string_get(arg0, arg1) {
const obj = getObject(arg1);
const ret = typeof(obj) === 'string' ? obj : undefined;
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
var len1 = WASM_VECTOR_LEN;
getInt32Memory0()[arg0 / 4 + 1] = len1;
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
};
export function __wbindgen_object_drop_ref(arg0) {

@@ -577,2 +586,7 @@ takeObject(arg0);

export function __wbg_now_4579335d3581594c() {
const ret = Date.now();
return ret;
};
export function __wbg_new_feb65b865d980ae2(arg0, arg1) {

@@ -676,16 +690,2 @@ try {

export function __wbg_now_4579335d3581594c() {
const ret = Date.now();
return ret;
};
export function __wbindgen_string_get(arg0, arg1) {
const obj = getObject(arg1);
const ret = typeof(obj) === 'string' ? obj : undefined;
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
var len1 = WASM_VECTOR_LEN;
getInt32Memory0()[arg0 / 4 + 1] = len1;
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
};
export function __wbindgen_jsval_loose_eq(arg0, arg1) {

@@ -1065,6 +1065,6 @@ const ret = getObject(arg0) == getObject(arg1);

export function __wbindgen_closure_wrapper7081(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 336, __wbg_adapter_48);
export function __wbindgen_closure_wrapper7427(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 350, __wbg_adapter_48);
return addHeapObject(ret);
};

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