Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@alchemycodelab/create-app

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemycodelab/create-app - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

2

package.json
{
"name": "@alchemycodelab/create-app",
"version": "3.1.0",
"version": "3.1.1",
"description": "",

@@ -5,0 +5,0 @@ "repository": {

@@ -15,4 +15,4 @@ {

"test:watch": "npm run test -- --watch",
"start": "webpack-dev-server --hot --mode development --devtool eval-source-map",
"build": "webpack -p --devtool source-map"
"start": "webpack serve --hot --mode development --devtool eval-source-map",
"build": "webpack --devtool source-map"
},

@@ -19,0 +19,0 @@ "keywords": [],

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

/* eslint-disable no-undef */
const path = require('path');
const HtmlPlugin = require('html-webpack-plugin');

@@ -11,2 +13,3 @@ const { CleanWebpackPlugin } = require('clean-webpack-plugin');

filename: 'bundle.[hash].js',
path: path.resolve(__dirname, './dist'),
publicPath: '/'

@@ -13,0 +16,0 @@ },

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