Comparing version 4.0.0 to 4.0.1
@@ -35,3 +35,3 @@ 'use strict'; | ||
// its paused and there is not enought data then ask for more | ||
if (this._paused && this._reads.length > 0) { | ||
if (this._paused && this._reads && this._reads.length > 0) { | ||
this._paused = false; | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "pngjs", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -294,2 +294,6 @@ [![Build Status](https://travis-ci.org/lukeapage/pngjs.svg?branch=master)](https://travis-ci.org/lukeapage/pngjs) [![Build status](https://ci.appveyor.com/api/projects/status/tb8418jql1trkntd/branch/master?svg=true)](https://ci.appveyor.com/project/lukeapage/pngjs2/branch/master) [![Coverage Status](https://coveralls.io/repos/lukeapage/pngjs2/badge.svg?branch=master&service=github)](https://coveralls.io/github/lukeapage/pngjs2?branch=master) [![npm version](https://badge.fury.io/js/pngjs.svg)](http://badge.fury.io/js/pngjs) | ||
### 4.0.1 - 15/04/2020 | ||
- Fix to possible null reference in nextTick of async method | ||
### 4.0.0 - 09/04/2020 | ||
@@ -296,0 +300,0 @@ |
Sorry, the diff of this file is too big to display
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
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
1016380
58
17208
408