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

@alexchantastic/web-seed

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexchantastic/web-seed - npm Package Compare versions

Comparing version

to
2.1.1

2

package.json
{
"name": "@alexchantastic/web-seed",
"version": "2.1.0",
"version": "2.1.1",
"description": "A starter repository built on webpack for building small websites and simple prototypes.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexchantastic/web-seed",

@@ -9,2 +9,5 @@ const config = require('./webpack.config.js');

mode: 'production',
output: {
filename: '[name].bundle.[hash].js',
},
module: {

@@ -36,3 +39,3 @@ rules: [

new MiniCssExtractPlugin({
filename: 'styles/[name].css'
filename: 'styles/[name].[hash].css'
}),

@@ -43,2 +46,2 @@ new UglifyJsPlugin()

module.exports = merge(prodConfig, config);
module.exports = merge(config, prodConfig);

Sorry, the diff of this file is not supported yet