Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "colormin", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Turn a CSS color into its smallest representation.", | ||
"main": "index.js", | ||
"homepage": "https://github.com/ben-eb/colormin", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"LICENSE-MIT", | ||
"dist" | ||
], | ||
"scripts": { | ||
"test": "tape test.js" | ||
"prepublish": "babel src --out-dir dist --ignore /__tests__/", | ||
"test-unformatted": "babel-tape-runner \"src/**/__tests__/*.js\"", | ||
"test": "npm run test-unformatted | faucet" | ||
}, | ||
"homepage": "https://github.com/ben-eb/colormin", | ||
"keywords": [ | ||
@@ -24,9 +30,12 @@ "color", | ||
"dependencies": { | ||
"color": "^0.9.0", | ||
"color": "^0.10.1", | ||
"css-color-names": "0.0.1" | ||
}, | ||
"devDependencies": { | ||
"tape": "^4.0.0" | ||
"babel": "^5.8.20", | ||
"babel-tape-runner": "^1.1.0", | ||
"faucet": "0.0.1", | ||
"tape": "^4.0.1" | ||
}, | ||
"repository": "ben-eb/colormin" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
8908
132
4
10
1
+ Addedcolor@0.10.1(transitive)
- Removedcolor@0.9.0(transitive)
Updatedcolor@^0.10.1