New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pizzip

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pizzip - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

8

package.json
{
"name": "pizzip",
"version": "3.0.5",
"version": "3.0.6",
"author": "Edgar Hipp",

@@ -14,8 +14,7 @@ "description": "Create, read and edit .zip files synchronously with Javascript",

"build": "npm run browserify:lib && npm run browserify:lib:min",
"browserify:lib:min": "MIN=true webpack",
"browserify:lib:min": "cross-env MIN=true webpack",
"preversion": "npm run babel && npm run build && npm test && cp utils/dist/* dist",
"preinstall": "rm -rf utils/node_modules",
"test": "mocha test/test.js",
"test:watch": "mocha test/test.js --watch",
"utils:build": "cd utils && MIN=true ./node_modules/.bin/webpack && ./node_modules/.bin/webpack && IE=true MIN=true ./node_modules/.bin/webpack && IE=true ./node_modules/.bin/webpack"
"utils:build": "cd utils && cross-env MIN=true ./node_modules/.bin/webpack && ./node_modules/.bin/webpack && IE=true cross-env MIN=true ./node_modules/.bin/webpack && IE=true ./node_modules/.bin/webpack"
},

@@ -61,2 +60,3 @@ "contributors": [

"chai": "^4.2.0",
"cross-env": "^5.2.0",
"eslint": "^6.0.1",

@@ -63,0 +63,0 @@ "eslint-plugin-import": "^2.18.0",

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