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

color-convert

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

color-convert - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

browser.js

4

conversions.js

@@ -131,4 +131,4 @@ /* MIT license */

b = rgb[2],
h = rgb2hsl(rgb)[0]
w = 1/255 * Math.min(r, Math.min(g, b))
h = rgb2hsl(rgb)[0],
w = 1/255 * Math.min(r, Math.min(g, b)),
b = 1 - 1/255 * Math.max(r, Math.max(g, b));

@@ -135,0 +135,0 @@

{
"name": "color-convert",
"description": "Plain color conversion functions",
"version": "0.5.0",
"author": "Heather Arthur <fayearthur@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/harthur/color-convert.git"
},
"main": "./index",
"devDependencies": {
"browserify": ">=1.0.0",
"uglify-js": "1.0.x"
},
"keywords": ["color", "colour", "rgb"]
}
"name": "color-convert",
"description": "Plain color conversion functions",
"version": "0.5.1",
"author": "Heather Arthur <fayearthur@gmail.com>",
"repository": {
"type": "git",
"url": "http://github.com/harthur/color-convert.git"
},
"main": "./index",
"devDependencies": {
"browserify": "^6.1.0",
"uglify-js": "1.0.x",
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.6.0"
},
"keywords": [
"color",
"colour",
"rgb"
]
}
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