Socket
Socket
Sign inDemoInstall

gradient-color

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gradient-color - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.babelrc

18

package.json
{
"name": "gradient-color",
"version": "1.0.0",
"version": "1.1.0",
"description": "Make beautiful gradient color",
"main": "index.js",
"engines" : { "node" : ">=6.0" },
"main": "./build/index.js",
"engines": {
"node": ">=6.0"
},
"scripts": {
"test": "node ./test/test.js",
"build": "babel ./src --out-dir ./build"
},

@@ -23,3 +26,8 @@ "repository": {

},
"homepage": "https://github.com/assuming/gradient-color#readme"
"homepage": "https://github.com/assuming/gradient-color#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0"
}
}

@@ -1,3 +0,3 @@

# gradient-color README.md
# gradient-color
# Gradient color
Make beautiful gradient color

@@ -17,8 +17,1 @@

```
## TODOS
1. [ ] Support all color format (input and output)
2. [ ] Add color stops
3. [ ] Add test file
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