Socket
Socket
Sign inDemoInstall

compressing

Package Overview
Dependencies
32
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.3 to 1.7.0

2

lib/utils.js

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

entryCount++;
pump(stream, fs.createWriteStream(fullpath, { mode: header.mode }), err => {
pump(stream, fs.createWriteStream(fullpath, { mode: opts.mode || header.mode }), err => {
if (err) return reject(err);

@@ -122,0 +122,0 @@

{
"name": "compressing",
"version": "1.6.3",
"version": "1.7.0",
"description": "Everything you need for compressing and uncompressing",

@@ -11,3 +11,4 @@ "main": "index.js",

"cov": "egg-bin cov",
"lint": "eslint . --fix",
"lint-fix": "eslint . --fix",
"lint": "eslint .",
"ci": "npm run lint && npm run ts-test && npm run cov"

@@ -14,0 +15,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc