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.2 to 1.1.3

5

package.json
{
"name": "colorant",
"version": "1.1.2",
"version": "1.1.3",
"description": "A webapp for visualising web colors",
"preferGlobal": true,
"scripts": {

@@ -9,3 +10,3 @@ "build": "browserify index.js -o bundle.js",

"prepublish": "npm run build",
"test": "jshint *.js bin/*.js && jscs *.js bin/*.js"
"test": "jshint index.js urlize.js bin/*.js && jscs index.js urlize.js bin/*.js"
},

@@ -12,0 +13,0 @@ "bin": {

11

README.md

@@ -12,3 +12,3 @@ # colorant

```sh
$ npm install colorant
$ npm install -g colorant
```

@@ -28,1 +28,10 @@

```
Example:
```sh
$ color "rgb(68, 68, 68)"
$ color cyan
$ color #bada55
$ color "hsla(170, 50%, 45%, 1)"
```
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