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

pngjs

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pngjs - npm Package Compare versions

Comparing version 0.4.0-alpha to 0.4.0

2

lib/chunkstream.js

@@ -128,3 +128,3 @@ // Copyright (c) 2012 Kuba Niegowski

// as long as there is any data and read requests
while (this._buffered > 0 && this._reads.length > 0) {
while (this._buffered > 0 && this._reads && this._reads.length > 0) {

@@ -131,0 +131,0 @@ var read = this._reads[0];

{
"name": "pngjs",
"version": "0.4.0-alpha",
"version": "0.4.0",
"description": "Simple PNG encoder/decoder",

@@ -5,0 +5,0 @@ "author": "Kuba Niegowski",

@@ -124,2 +124,5 @@ About

### 0.4.0 - Jun 05 2013
- fixed reading of destroyed input stream
### 0.4.0-alpha - 29 Nov 2012

@@ -126,0 +129,0 @@ - added zlib deflateStrategy option, default to Z_RLE (by pdpotter)

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