@automerge/automerge-wasm
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -1807,2 +1807,7 @@ let wasm; | ||
export function __wbg_new_732c49c4e03c98a1(arg0, arg1) { | ||
const ret = new RangeError(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
export function __wbg_apply_f9ecfcbfefaf7349() { return handleError(function (arg0, arg1, arg2) { | ||
@@ -1809,0 +1814,0 @@ const ret = Reflect.apply(getObject(arg0), getObject(arg1), getObject(arg2)); |
@@ -1729,2 +1729,6 @@ | ||
}, | ||
__wbg_new_732c49c4e03c98a1: function(arg0, arg1) { | ||
const ret = new RangeError(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}, | ||
__wbg_apply_f9ecfcbfefaf7349: function() { return handleError(function (arg0, arg1, arg2) { | ||
@@ -1731,0 +1735,0 @@ const ret = Reflect.apply(getObject(arg0), getObject(arg1), getObject(arg2)); |
@@ -305,2 +305,3 @@ export type Actor = string; | ||
unchecked?: boolean, | ||
allowMissingDeps?: boolean, | ||
} | ||
@@ -307,0 +308,0 @@ |
@@ -1804,2 +1804,7 @@ let imports = {}; | ||
module.exports.__wbg_new_732c49c4e03c98a1 = function(arg0, arg1) { | ||
const ret = new RangeError(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbg_apply_f9ecfcbfefaf7349 = function() { return handleError(function (arg0, arg1, arg2) { | ||
@@ -1806,0 +1811,0 @@ const ret = Reflect.apply(getObject(arg0), getObject(arg1), getObject(arg2)); |
@@ -11,3 +11,3 @@ { | ||
"repository": "github:automerge/automerge", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "files": [ |
@@ -1770,2 +1770,6 @@ let wasm; | ||
}; | ||
imports.wbg.__wbg_new_732c49c4e03c98a1 = function(arg0, arg1) { | ||
const ret = new RangeError(getStringFromWasm0(arg0, arg1)); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_apply_f9ecfcbfefaf7349 = function() { return handleError(function (arg0, arg1, arg2) { | ||
@@ -1772,0 +1776,0 @@ const ret = Reflect.apply(getObject(arg0), getObject(arg1), getObject(arg2)); |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7512
6466018
7