New:Socket for Asana Is Now Available.Learn more
Get Started

zip-stream

Package Overview
Dependencies
Maintainers
1
Versions
55
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
7.0.2
to
7.0.4
+6
-6
package.json
{
"name": "zip-stream",
"version": "7.0.2",
"version": "7.0.4",
"description": "a streaming zip archive generator.",

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

"archiver-jsdoc-theme": "1.1.3",
"chai": "5.1.1",
"jsdoc": "4.0.3",
"chai": "6.2.2",
"jsdoc": "4.0.5",
"minami": "1.2.3",
"mkdirp": "3.0.1",
"mocha": "10.7.3",
"prettier": "3.3.3",
"rimraf": "5.0.10"
"mocha": "11.7.5",
"prettier": "3.8.3",
"rimraf": "6.1.3"
},

@@ -47,0 +47,0 @@ "keywords": [

@@ -24,3 +24,3 @@ # ZipStream

```js
import { ZipStream } from "zip-stream":
import { ZipStream } from "zip-stream";
const archive = new ZipStream(); // OR new ZipStream(options)

@@ -27,0 +27,0 @@