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

yazl

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yazl - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -110,3 +110,3 @@ var fs = require("fs");

.pipe(self.outputStream, {end: false});
compressedSizeCounter.on("finish", function() {
compressedSizeCounter.on("end", function() {
entry.crc32 = crc32Watcher.crc32;

@@ -113,0 +113,0 @@ if (entry.uncompressedSize == null) {

{
"name": "yazl",
"version": "2.0.0",
"version": "2.0.1",
"description": "yet another zip library for node",

@@ -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