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

compressing

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compressing - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

6

History.md
1.3.2 / 2018-11-21
==================
**fixes**
* [[`3713a0b`](http://github.com/node-modules/compressing/commit/3713a0b8d5b03d61c111afbbd4b6226169afeb14)] - fix: handle error from yazl when file not exists (#19) (DiamondYuan <<541832074@qq.com>>)
1.3.1 / 2018-08-24

@@ -3,0 +9,0 @@ ==================

1

lib/zip/file_stream.js

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

zipStream.on('end', () => this.ready(true));
zipfile.on('error', err => this.emit('error', err));

@@ -22,0 +23,0 @@ if (sourceType !== 'file') {

2

package.json
{
"name": "compressing",
"version": "1.3.1",
"version": "1.3.2",
"description": "Everything you need for compressing and uncompressing",

@@ -5,0 +5,0 @@ "main": "index.js",

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