Socket
Socket
Sign inDemoInstall

adaptive-gradient

Package Overview
Dependencies
2
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

5

index.js
var convert = require('color-convert');
module.exports = function(hex) {
module.exports = {
default: function(hex) {
var hsl = convert.hex.hsl(hex);

@@ -18,2 +18,3 @@ var h = (hsl[0] - 25 + 360) % 360;

};
}
};

2

package.json
{
"name": "adaptive-gradient",
"version": "1.0.1",
"version": "1.0.2",
"description": "A JS library to auto-suggest nice looking gradients and recommendation on font-color",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc