Comparing version 3.3.1 to 3.3.2
@@ -5,2 +5,5 @@ 'use strict'; | ||
var zlib = require('zlib'); | ||
if (!zlib.deflateSync) { | ||
hasSyncZlib = false; | ||
} | ||
var constants = require('./constants'); | ||
@@ -7,0 +10,0 @@ var Packer = require('./packer'); |
@@ -6,2 +6,5 @@ 'use strict'; | ||
var inflateSync = require('./sync-inflate'); | ||
if (!zlib.deflateSync) { | ||
hasSyncZlib = false; | ||
} | ||
var SyncReader = require('./sync-reader'); | ||
@@ -8,0 +11,0 @@ var FilterSync = require('./filter-parse-sync'); |
{ | ||
"name": "pngjs", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"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) | ||
### 3.3.2 - 16/02/2018 | ||
- Fix for node 9 | ||
### 3.3.1 - 15/11/2017 | ||
@@ -296,0 +300,0 @@ |
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
135797
2046
387