Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

colormin

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colormin - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

dist/index.js

21

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc