Socket
Socket
Sign inDemoInstall

gradient.js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradient.js - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

package.json
{
"name": "gradient.js",
"version": "1.0.7",
"version": "1.0.8",
"description": "Create colorful gradient arrays in a single line of code.",

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

@@ -18,3 +18,11 @@ # gradient.js

Gradient.create(500, "rgb(255, 209, 209)", "#FBFFDE");
Gradient.create(
100,
"rgb(255, 209, 209)",
"#FBFFDE",
"#D7FDDF",
"#E0FFFD",
"hsl(240, 96%, 91%)",
"#F9DEFF"
);
```

@@ -21,0 +29,0 @@

Sorry, the diff of this file is not supported yet

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