imagemin-advpng
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -51,3 +51,3 @@ 'use strict'; | ||
if (buf.length < file.contents) { | ||
if (buf.length < file.contents.length) { | ||
file.contents = buf; | ||
@@ -54,0 +54,0 @@ } |
{ | ||
"name": "imagemin-advpng", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "advpng imagemin plugin", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
3231