Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yazl

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yazl - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

7

package.json
{
"name": "yazl",
"version": "2.3.0",
"version": "2.3.1",
"description": "yet another zip library for node",

@@ -31,3 +31,6 @@ "main": "index.js",

"yauzl": "~2.3.1"
}
},
"files": [
"index.js"
]
}

@@ -156,3 +156,5 @@ # yazl

Indicates that no more files will be added via `addFile()`, `addReadStream()`, or `addBuffer()`.
Some time after calling this function, `outputStream` will be ended.
Some time after calling this function, `outputStream` will be ended. Note that this entails that you cannot rely on this
callback to know when you are done producing output. If for instance you are creating a zip archive on disk, you will need
to listen to the `end` event on the `outputStream` before notifying consumers of that file.

@@ -274,2 +276,4 @@ If specified and non-null, `finalSizeCallback` is given the parameters `(finalSize)`

* 2.3.1
* Remove `.npmignore` from npm package. [pull #22](https://github.com/thejoshwolfe/yazl/pull/22)
* 2.3.0

@@ -276,0 +280,0 @@ * `metadataPath` can have `\` characters now; they will be replaced with `/`. [issue #18](https://github.com/thejoshwolfe/yazl/issues/18)

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