Socket
Socket
Sign inDemoInstall

@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.3.2 to 0.3.3

2

package.json
{
"name": "@blockaid/ppom-packer",
"version": "0.3.2",
"version": "0.3.3",
"files": [

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

@@ -342,2 +342,8 @@ let imports = {};

module.exports.__wbindgen_boolean_get = function(arg0) {
const v = getObject(arg0);
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
return ret;
};
module.exports.__wbindgen_is_string = function(arg0) {

@@ -384,8 +390,2 @@ const ret = typeof(getObject(arg0)) === 'string';

module.exports.__wbindgen_boolean_get = function(arg0) {
const v = getObject(arg0);
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
return ret;
};
module.exports.__wbg_String_88810dfeb4021902 = function(arg0, arg1) {

@@ -392,0 +392,0 @@ const ret = String(getObject(arg1));

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