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 3.1.0 to 3.1.1

4

bin/onezip.js

@@ -63,7 +63,7 @@ #!/usr/bin/env node

packer.on('progress', function(percent) {
packer.on('progress', (percent) => {
process.stdout.write('\r' + percent + '%');
});
packer.on('end', function() {
packer.on('end', () => {
process.stdout.write('\n');

@@ -70,0 +70,0 @@ });

@@ -19,3 +19,2 @@ 'use strict';

const yauzl = require('yauzl');
const eachSeries = require('itchy');

@@ -22,0 +21,0 @@ const _stat = promisify(fs.stat);

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

@@ -23,7 +23,6 @@ "main": "lib/onezip.js",

"glob": "^7.0.0",
"itchy": "^1.0.0",
"mkdirp": "^0.5.1",
"pipe-io": "^3.0.0",
"try-to-catch": "^1.0.2",
"yargs-parser": "^10.0.0",
"yargs-parser": "^11.0.0",
"yauzl": "^2.6.0",

@@ -30,0 +29,0 @@ "yazl": "^2.4.1"

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