Comparing version 1.0.1 to 1.0.2
@@ -50,2 +50,3 @@ 'use strict'; | ||
process.nextTick(function () { | ||
Emitter.call(_this); | ||
_this._i = 0; | ||
@@ -52,0 +53,0 @@ _this._n = 0; |
@@ -51,2 +51,3 @@ 'use strict'; | ||
process.nextTick(() => { | ||
Emitter.call(this); | ||
this._i = 0; | ||
@@ -53,0 +54,0 @@ this._n = 0; |
{ | ||
"name": "onezip", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "pack and extract .zip archives with emitter", | ||
@@ -5,0 +5,0 @@ "main": "lib/onezip.js", |
@@ -124,3 +124,3 @@ # OneZip [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL] | ||
In old `node.js` environments that not fully supports `es2015`, `onezip`` could be used with: | ||
In old `node.js` environments that not fully supports `es2015`, `onezip` could be used with: | ||
@@ -132,3 +132,3 @@ ```js | ||
- [Jaguar](https://github.com/coderaser/node-jaguar "Jaguar") - Pack and extract .tar.gz archives with emitter. | ||
- [Jaguar](https://github.com/coderaiser/node-jaguar "Jaguar") - Pack and extract .tar.gz archives with emitter. | ||
@@ -135,0 +135,0 @@ ## License |
Sorry, the diff of this file is not supported yet
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
26845
618