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

onezip

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

onezip - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

legacy/lib/onezip.js

@@ -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;

2

package.json
{
"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

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