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 4.2.2 to 4.2.3

19

package.json
{
"name": "onezip",
"version": "4.2.2",
"version": "4.2.3",
"description": "pack and extract .zip archives with emitter",

@@ -11,8 +11,2 @@ "type": "commonjs",

},
"nyc": {
"exclude": [
".madrun.js",
"test"
]
},
"scripts": {

@@ -35,3 +29,3 @@ "lint": "madrun lint",

"try-to-catch": "^3.0.0",
"yargs-parser": "^19.0.1",
"yargs-parser": "^20.2.4",
"yauzl": "^2.6.0",

@@ -46,10 +40,11 @@ "yazl": "^2.4.1"

"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^5.0.0",
"madrun": "^7.0.0",
"eslint-plugin-putout": "^6.11.0",
"madrun": "^8.2.0",
"mock-require": "^3.0.2",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"putout": "^9.0.0",
"putout": "^12.9.4",
"rimraf": "^3.0.0",
"supertape": "^2.0.1"
"supertape": "^4.1.0",
"try-catch": "^3.0.0"
},

@@ -56,0 +51,0 @@ "engines": {

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

```
And used this way:

@@ -54,3 +55,3 @@

'README.md',
'package.json'
'package.json',
]);

@@ -134,13 +135,11 @@

[NPMIMGURL]: https://img.shields.io/npm/v/onezip.svg?style=flat
[BuildStatusIMGURL]: https://img.shields.io/travis/coderaiser/node-onezip/master.svg?style=flat
[DependencyStatusIMGURL]: https://img.shields.io/david/coderaiser/node-onezip.svg?style=flat
[LicenseIMGURL]: https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
[NPMURL]: https://npmjs.org/package/onezip "npm"
[BuildStatusURL]: https://travis-ci.org/coderaiser/node-onezip "Build Status"
[DependencyStatusURL]: https://david-dm.org/coderaiser/node-onezip "Dependency Status"
[LicenseURL]: https://tldrlegal.com/license/mit-license "MIT License"
[CoverageURL]: https://coveralls.io/github/coderaiser/node-onezip?branch=master
[CoverageIMGURL]: https://coveralls.io/repos/coderaiser/node-onezip/badge.svg?branch=master&service=github
[NPMIMGURL]: https://img.shields.io/npm/v/onezip.svg?style=flat
[BuildStatusIMGURL]: https://img.shields.io/travis/coderaiser/node-onezip/master.svg?style=flat
[DependencyStatusIMGURL]: https://img.shields.io/david/coderaiser/node-onezip.svg?style=flat
[LicenseIMGURL]: https://img.shields.io/badge/license-MIT-317BF9.svg?style=flat
[NPMURL]: https://npmjs.org/package/onezip "npm"
[BuildStatusURL]: https://travis-ci.org/coderaiser/node-onezip "Build Status"
[DependencyStatusURL]: https://david-dm.org/coderaiser/node-onezip "Dependency Status"
[LicenseURL]: https://tldrlegal.com/license/mit-license "MIT License"
[CoverageURL]: https://coveralls.io/github/coderaiser/node-onezip?branch=master
[CoverageIMGURL]: https://coveralls.io/repos/coderaiser/node-onezip/badge.svg?branch=master&service=github

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