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.3 to 1.0.4

2

legacy/lib/onezip.js

@@ -12,3 +12,3 @@ 'use strict';

var assert = require('assert');
var pipe = require('pipe-io');
var pipe = require('pipe-io/legacy');

@@ -15,0 +15,0 @@ var mkdirp = require('mkdirp');

@@ -10,3 +10,3 @@ 'use strict';

const assert = require('assert');
const pipe = require('pipe-io');
const pipe = require('pipe-io/legacy');

@@ -13,0 +13,0 @@ const mkdirp = require('mkdirp');

{
"name": "onezip",
"version": "1.0.3",
"version": "1.0.4",
"description": "pack and extract .zip archives with emitter",

@@ -41,3 +41,3 @@ "main": "lib/onezip.js",

"mkdirp": "^0.5.1",
"pipe-io": "^1.2.0",
"pipe-io": "^2.0.1",
"yargs-parser": "^4.0.2",

@@ -44,0 +44,0 @@ "yauzl": "^2.6.0",

@@ -131,3 +131,5 @@ # OneZip [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Coverage Status][CoverageIMGURL]][CoverageURL]

- [Jag](https://github.com/coderaiser/node-jag "Jag") - Pack files and folders with tar and gzip.
- [Jaguar](https://github.com/coderaiser/node-jaguar "Jaguar") - Pack and extract .tar.gz archives with emitter.
- [Tar-to-zip](https://github.com/coderaiser/node-tar-to-zip "Tar-to-zip") - Convert tar and tar.gz archives to zip.

@@ -134,0 +136,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