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

gradientify

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

gradientify - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

dist/gradientify.min.js

10

package.json
{
"name": "gradientify",
"version": "1.1.0",
"version": "1.1.1",
"description": "Create amazing, animated gradients with ease.",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --extensions .ts,.tsx"
"commonjs": "BABEL_ENV=commonjs babel src --out-file dist/gradientify.min.js --extensions .ts,.tsx",
"module": "BABEL_ENV=module babel src --out-dir dist --extensions .ts,.tsx",
"build": "npm run module && npm run commonjs"
},

@@ -35,4 +37,6 @@ "repository": {

"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0"
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-minify": "^0.5.1"
}
}

@@ -9,3 +9,3 @@ <img src="logo.png" height="60">

## Installing
## Installation

@@ -22,3 +22,3 @@ For wizards:

```javscript
```javascript
let gradientify = new Gradientify(

@@ -25,0 +25,0 @@ '.yourClass',

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