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.4 to 0.5.5

templates/app/.git/config

6

package.json
{
"name": "@wang1212/create-web-app",
"version": "0.5.4",
"version": "0.5.5",
"keywords": [

@@ -47,4 +47,4 @@ "web-app",

"dependencies": {
"chalk": "^4.1.0",
"fs-extra": "^9.1.0"
"chalk": "^4.1.1",
"fs-extra": "^10.0.0"
},

@@ -51,0 +51,0 @@ "devDependencies": {

@@ -29,10 +29,10 @@ {

"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-typescript": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"babel-jest": "^26.6.3",

@@ -47,3 +47,3 @@ "babel-loader": "^8.2.2",

"docdash": "^1.2.0",
"eslint": "^7.25.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",

@@ -57,17 +57,17 @@ "eslint-plugin-prettier": "^3.4.0",

"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"jsdoc": "^3.6.7",
"jsdoc-babel": "^0.5.0",
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^1.5.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"lint-staged": "^11.0.0",
"mini-css-extract-plugin": "^1.6.0",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^5.2.0",
"postcss-loader": "^5.3.0",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^5.0.2",
"prettier": "2.2.1",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"prettier": "2.3.0",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.0",
"stylelint": "^13.13.1",
"stylelint-color-format": "^1.1.0",

@@ -80,6 +80,6 @@ "stylelint-config-prettier": "^8.0.2",

"stylelint-scss": "^3.19.0",
"terser-webpack-plugin": "^5.1.1",
"terser-webpack-plugin": "^5.1.2",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.36.1",
"webpack": "^5.37.0",
"webpack-bundle-analyzer": "^4.4.1",

@@ -86,0 +86,0 @@ "webpack-dev-server": "^3.11.2",

@@ -60,3 +60,3 @@ # Web App

npm install
git init && npm install

@@ -63,0 +63,0 @@ 2. server

@@ -60,3 +60,3 @@ # Web App

npm install
git init && npm install

@@ -63,0 +63,0 @@ 2. 服务器

@@ -26,3 +26,3 @@ {

"dependencies": {
"@loadable/component": "^5.14.1",
"@loadable/component": "^5.15.0",
"@rematch/core": "^2.0.1",

@@ -38,7 +38,7 @@ "axios": "^0.21.1",

"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/core": "^7.14.2",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.0",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",

@@ -48,6 +48,6 @@ "@babel/preset-typescript": "^7.13.0",

"@types/loadable__component": "^5.13.3",
"@types/react": "^17.0.4",
"@types/react": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"babel-jest": "^26.6.3",

@@ -62,3 +62,3 @@ "babel-loader": "^8.2.2",

"docdash": "^1.2.0",
"eslint": "^7.25.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",

@@ -74,19 +74,19 @@ "eslint-plugin-prettier": "^3.4.0",

"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"jsdoc": "^3.6.7",
"jsdoc-babel": "^0.5.0",
"lint-staged": "^10.5.4",
"mini-css-extract-plugin": "^1.5.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"lint-staged": "^11.0.0",
"mini-css-extract-plugin": "^1.6.0",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^5.2.0",
"postcss-loader": "^5.3.0",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^5.0.2",
"prettier": "2.2.1",
"prettier": "2.3.0",
"react-refresh": "^0.10.0",
"redux-logger": "^3.0.6",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"stylelint": "^13.13.0",
"stylelint": "^13.13.1",
"stylelint-color-format": "^1.1.0",

@@ -99,6 +99,6 @@ "stylelint-config-prettier": "^8.0.2",

"stylelint-scss": "^3.19.0",
"terser-webpack-plugin": "^5.1.1",
"terser-webpack-plugin": "^5.1.2",
"typescript": "^4.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.36.1",
"webpack": "^5.37.0",
"webpack-bundle-analyzer": "^4.4.1",

@@ -105,0 +105,0 @@ "webpack-dev-server": "^3.11.2",

@@ -64,3 +64,3 @@ # Web App with React.js

npm install
git init && npm install

@@ -67,0 +67,0 @@ 2. server

@@ -64,3 +64,3 @@ # Web App with React.js

npm install
git init && npm install

@@ -67,0 +67,0 @@ 2. 服务器

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