string-to-color
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "string-to-color", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Generates color from any string or any object", | ||
@@ -22,4 +22,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"mocha": "^2.4.5" | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0" | ||
}, | ||
@@ -29,5 +29,5 @@ "dependencies": { | ||
"hex-rgb": "^1.0.0", | ||
"lodash": "^4.6.1", | ||
"rgb-hex": "^1.0.0" | ||
"lodash": "^4.17.11", | ||
"rgb-hex": "^2.1.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
33173
+ Addedrgb-hex@2.1.0(transitive)
- Removedrgb-hex@1.0.0(transitive)
Updatedlodash@^4.17.11
Updatedrgb-hex@^2.1.0