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 6.3.0 to 6.3.1

dist/runtime~index.js

2

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

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

@@ -13,3 +13,3 @@ import fs from 'fs';

shell.exec(
`${THEMES_ARG}=${file} webpack --mode production --config webpack.themes.config.js`
`${THEMES_ARG}=${file} webpack --config webpack.themes.config.js`
);

@@ -16,0 +16,0 @@ shell.exec(`rm ${THEMES_PATH}/${file}.js`);

const TerserPlugin = require('terser-webpack-plugin');
const webpack = require('webpack');
const path = require('path');

@@ -42,24 +42,4 @@

},
optimization: {
minimize: true,
minimizer: [
new TerserPlugin({
terserOptions: {
output: {
comments: false,
},
},
extractComments: false,
}),
],
},
plugins: [
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('production'),
},
}),
],
};
module.exports = config;

@@ -1,2 +0,1 @@

const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin');
const MiniCssExtractPlugin = require('mini-css-extract-plugin');

@@ -46,5 +45,3 @@ const path = require('path');

},
optimization: {
minimizer: [new OptimizeCSSAssetsPlugin({})],
},
optimization: {},
plugins: [

@@ -51,0 +48,0 @@ new MiniCssExtractPlugin({

const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const OptimizeCSSAssetsPlugin = require('optimize-css-assets-webpack-plugin');
const path = require('path');

@@ -48,5 +47,3 @@

},
optimization: {
minimizer: [new OptimizeCSSAssetsPlugin({})],
},
optimization: {},
plugins: [

@@ -53,0 +50,0 @@ new MiniCssExtractPlugin({

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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