Socket
Socket
Sign inDemoInstall

zip-stream

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zip-stream - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

package.json
{
"name": "zip-stream",
"version": "4.0.2",
"version": "4.0.3",
"description": "a streaming zip archive generator.",

@@ -35,3 +35,3 @@ "homepage": "https://github.com/archiverjs/node-zip-stream",

"devDependencies": {
"archiver-jsdoc-theme": "^1.1.1",
"archiver-jsdoc-theme": "^1.1.3",
"chai": "^4.2.0",

@@ -38,0 +38,0 @@ "jsdoc": "^3.6.4",

@@ -24,4 +24,4 @@ # ZipStream

```js
var packer = require('zip-stream');
var archive = new packer(); // OR new packer(options)
const Packer = require('zip-stream');
const archive = new Packer(); // OR new Packer(options)

@@ -28,0 +28,0 @@ archive.on('error', function(err) {

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