Comparing version 0.4.0-alpha to 0.4.0
@@ -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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
65887
165
0
1