New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-stream-zip

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-stream-zip - npm Package Compare versions

Comparing version 1.4.2 to 1.5.0

8

node_stream_zip.js

@@ -374,3 +374,3 @@ /**

this.stream = function(entry, callback) {
return openEntry(entry, function(err, entry) {
return this.openEntry(entry, function(err, entry) {
if (err)

@@ -394,3 +394,3 @@ return callback(err);

var err = null;
openEntry(entry, function(e, en) {
this.openEntry(entry, function(e, en) {
err = e;

@@ -425,3 +425,3 @@ entry = en;

function openEntry(entry, callback, sync) {
this.openEntry = function(entry, callback, sync) {
if (typeof entry === 'string') {

@@ -452,3 +452,3 @@ checkEntriesExist();

}).read(sync);
}
};

@@ -455,0 +455,0 @@ function dataOffset(entry) {

{
"name": "node-stream-zip",
"version": "1.4.2",
"version": "1.5.0",
"description": "node.js library for reading and extraction of ZIP archives",

@@ -5,0 +5,0 @@ "keywords": [

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