Socket
Socket
Sign inDemoInstall

react-awesome-button

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-awesome-button - npm Package Compare versions

Comparing version 0.7.1 to 0.8.0

dist/themes/theme-one.css

6

package.json
{
"name": "react-awesome-button",
"version": "0.7.1",
"version": "0.8.0",
"description": "Performant, extendable, highly customisable, production ready React Component that renders an animated basic set of UI buttons",

@@ -22,5 +22,6 @@ "main": "dist/index.js",

"build:website": "webpack -p --config webpack.website.config.js",
"build:themes": "babel-node ./theme-builder.js",
"test": "BABEL_JEST_STAGE=0 jest",
"lint": "eslint src/**",
"prepublish": "npm run build"
"prepublish": "npm run build && npm run build:scss && npm run build:themes"
},

@@ -59,2 +60,3 @@ "dependencies": {

"sass-loader": "^6.0.3",
"shelljs": "^0.7.8",
"style-loader": "^0.19.1",

@@ -61,0 +63,0 @@ "webpack": "^3.1.0",

@@ -7,3 +7,3 @@ const webpack = require('webpack');

entry: {
styles: ['./src/styles/styles.js'],
styles: ['./src/styles/index.js'],
},

@@ -10,0 +10,0 @@ output: {

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