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

chunky-dump-reader

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chunky-dump-reader - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -12,2 +12,3 @@ const util = require('util')

this.header = []
this.bodyCount = 0
}

@@ -48,3 +49,4 @@ util.inherits(DumpCheckStream, Writable)

})
dumpStream.on('end', () => {
const gzipStream = dumpStream.pipe(zlib.createGunzip())
gzipStream.on('end', () => {
if (!ws.valid) {

@@ -54,3 +56,3 @@ reject(new Error('Invalid dump stream'))

})
dumpStream.pipe(zlib.createGunzip()).pipe(ws)
gzipStream.pipe(ws)
})

@@ -57,0 +59,0 @@

{
"name": "chunky-dump-reader",
"version": "1.0.1",
"version": "1.0.2",
"description": "A tiny util module to read Chunky dumps.",

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