compressing
Advanced tools
Comparing version 1.3.1 to 1.3.2
1.3.2 / 2018-11-21 | ||
================== | ||
**fixes** | ||
* [[`3713a0b`](http://github.com/node-modules/compressing/commit/3713a0b8d5b03d61c111afbbd4b6226169afeb14)] - fix: handle error from yazl when file not exists (#19) (DiamondYuan <<541832074@qq.com>>) | ||
1.3.1 / 2018-08-24 | ||
@@ -3,0 +9,0 @@ ================== |
@@ -20,2 +20,3 @@ 'use strict'; | ||
zipStream.on('end', () => this.ready(true)); | ||
zipfile.on('error', err => this.emit('error', err)); | ||
@@ -22,0 +23,0 @@ if (sourceType !== 'file') { |
{ | ||
"name": "compressing", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Everything you need for compressing and uncompressing", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
44631
795