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

@blockaid/ppom-packer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockaid/ppom-packer - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

2

package.json
{
"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

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