Comparing version 2.3.0 to 2.3.1
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32124
296
4