Socket
Socket
Sign inDemoInstall

zip

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zip - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/inflate.js

@@ -8,3 +8,3 @@ /* Copyright (C) 1999 Masanao Izumo <iz@onicos.co.jp>

var BufferIO = require("q-io/buffer-io").BufferIO;
var BufferIO = require("q-io-buffer").BufferIO;
var Buffer = require("buffer").Buffer;

@@ -11,0 +11,0 @@

{
"name": "zip",
"description": "An implementation of unzip for JavaScript",
"version": "0.0.2",
"version": "0.0.3",
"keywords": [
"zip",
"compression"
],
"homepage": "http://github.com/kriskowal/zip",
"author": "Kris Kowal <kris@cixar.com> (https://github.com/kriskowal)",
"contributors": [

@@ -11,4 +16,4 @@ "Tom Robinson (http://tlrobinson.net/)",

"bugs": {
"mail": "kris@cixar.com",
"web": "http://github.com/kriskowal/zip/issues"
"email": "kris@cixar.com",
"url": "http://github.com/kriskowal/zip/issues"
},

@@ -27,14 +32,13 @@ "licenses": [

"type": "git",
"url": "http://github.com/kriskowal/zip.git"
"url": "git://github.com/kriskowal/zip.git"
},
"dependencies": {
"q-io": "0.0.4"
"q": "0.2.10",
"q-io": "0.0.4",
"q-io-buffer": "0.0.0"
},
"devDependencies": {},
"engines": {
"node": ">=0.3.0"
},
"keywords": [
"zip",
"compression"
]
}
}

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