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

skintone

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

skintone - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

2

index.js

@@ -45,3 +45,3 @@

}
var s = 1 - (3 * ((Math.min(r, g, b)) / (r + g + b))), (1 / 3) * (r + g + b);
var s = 1 - (3 * ((Math.min(r, g, b)) / (r + g + b)));
var hsvClassifier = (h > 0 && h < 35 && s > 0.23 && s < 0.68);

@@ -48,0 +48,0 @@

{
"name": "skintone",
"version": "0.0.2",
"version": "0.1.0",
"homepage": "https://github.com/paramaggarwal/skintone",

@@ -5,0 +5,0 @@ "description": "Detect if a color value is a shade of skin.",

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