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.3.5 to 1.3.6

3

node_stream_zip.js

@@ -189,3 +189,4 @@ /**

while (--pos >= minPos && --bufferPosition >= 0) {
if (buffer[bufferPosition] === op.firstByte) { // quick check first signature byte
if (buffer.byteLength - bufferPosition >= 4 &&
buffer[bufferPosition] === op.firstByte) { // quick check first signature byte
if (buffer.readUInt32LE(bufferPosition) === op.sig) {

@@ -192,0 +193,0 @@ op.lastBufferPosition = bufferPosition;

{
"name": "node-stream-zip",
"version": "1.3.5",
"version": "1.3.6",
"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