Socket
Socket
Sign inDemoInstall

smooth-gradient

Package Overview
Dependencies
0
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.2.0

dist/index.js

14

package.json
{
"name": "smooth-gradient",
"version": "2.1.1",
"version": "2.2.0",
"description": "Generates a gradient and can return a calculated color from an input",
"main": "index.js",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
"start": "node src/index.js",
"test": "node src/test.js",
"build": "webpack --mode=production"
},

@@ -27,3 +29,7 @@ "deprecated": false,

"web": "https://github.com/jussetain/color-gradient/"
},
"devDependencies": {
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}

Sorry, the diff of this file is not supported yet

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