New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

colorant

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colorant - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

18

package.json
{
"name": "colorant",
"version": "1.1.0",
"version": "1.1.1",
"description": "A webapp for visualising web colors",

@@ -8,2 +8,3 @@ "scripts": {

"start": "npm run build && open index.html",
"prepublish": "npm run build",
"test": "jshint *.js bin/*.js && jscs *.js bin/*.js"

@@ -33,17 +34,16 @@ },

"dependencies": {
"browserify": "^5.10.0",
"color": "^0.7.1",
"favicolor": "^1.0.0",
"favicon-color": "^1.0.0",
"hyperquest": "^0.3.0",
"nomnom": "^1.8.0",
"open": "0.0.5",
"performance-now": "^0.1.3",
"raf": "^2.0.3",
"st": "^0.5.1"
},
"devDependencies": {
"browserify": "^5.10.0",
"color": "^0.7.1",
"favicolor": "^1.0.0",
"hyperquest": "^0.3.0",
"jscs": "^1.5.9",
"jshint": "^2.5.4"
"jshint": "^2.5.4",
"performance-now": "^0.1.3",
"raf": "^2.0.3"
}
}
# colorant
A webapp for visualising web colors
A CLI tool and webapp combo for visualising web colors

@@ -15,6 +15,13 @@ [![Travis CI Build Status](https://travis-ci.org/CMTegner/colorant.svg)](http://travis-ci.org/CMTegner/colorant) [![Dependency Status](https://david-dm.org/CMTegner/colorant/status.svg)](https://david-dm.org/CMTegner/colorant)

## Run
## Usage
```sh
/path/to/colorant $ npm start
$ color --help
Usage: color [color] [options]
color The color to inspect
Options:
--version Print version and exit
```
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