looks-same
Advanced tools
Comparing version 7.1.1 to 7.2.0
@@ -97,3 +97,3 @@ 'use strict'; | ||
const parseColorString = (str) => { | ||
const parsed = parseColor(str); | ||
const parsed = parseColor(str || '#ff00ff'); | ||
@@ -100,0 +100,0 @@ return { |
{ | ||
"name": "looks-same", | ||
"version": "7.1.1", | ||
"version": "7.2.0", | ||
"description": "Pure node.js library for comparing PNG-images, taking into account human color perception.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
43604
0