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

@wang1212/create-web-app

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wang1212/create-web-app - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

bin/create-react-app.js

@@ -27,3 +27,3 @@ #!/usr/bin/env node

// ! /node_modules/ - only use local test
return !src.match(/(\.gitkeep$)|build/)
return !src.match(/(\.gitkeep$)/)
}

@@ -30,0 +30,0 @@

@@ -27,3 +27,3 @@ #!/usr/bin/env node

// ! /node_modules/ - only use local test
return !src.match(/(\.gitkeep$)|build/)
return !src.match(/(\.gitkeep$)/)
}

@@ -30,0 +30,0 @@

{
"name": "@wang1212/create-web-app",
"version": "0.5.1",
"version": "0.5.2",
"keywords": [

@@ -22,3 +22,3 @@ "web-app",

},
"license": "ISC",
"license": "MIT",
"engines": {

@@ -25,0 +25,0 @@ "node": ">=10"

@@ -62,2 +62,3 @@ /* eslint-disable */

new TerserPlugin({
extractComments: false,
terserOptions: {

@@ -64,0 +65,0 @@ mangle: {

@@ -63,2 +63,3 @@ /* eslint-disable */

new TerserPlugin({
extractComments: false,
terserOptions: {

@@ -65,0 +66,0 @@ mangle: {

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