@blockaid/ppom-packer
Advanced tools
Comparing version 0.1.2 to 0.2.0
{ | ||
"name": "@blockaid/ppom-packer", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "ppom_packer_bg.wasm", |
@@ -330,2 +330,7 @@ let imports = {}; | ||
module.exports.__wbindgen_is_string = function(arg0) { | ||
const ret = typeof(getObject(arg0)) === 'string'; | ||
return ret; | ||
}; | ||
module.exports.__wbindgen_is_object = function(arg0) { | ||
@@ -479,2 +484,7 @@ const val = getObject(arg0); | ||
module.exports.__wbg_entries_13e011453776468f = function(arg0) { | ||
const ret = Object.entries(getObject(arg0)); | ||
return addHeapObject(ret); | ||
}; | ||
module.exports.__wbg_buffer_55ba7a6b1b92e2ac = function(arg0) { | ||
@@ -481,0 +491,0 @@ const ret = getObject(arg0).buffer; |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
157027
489