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

chexiu-cli

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chexiu-cli - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

templates/vue/.husky/commit-msg

5

bin/chexiu.js

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

await exec(
`cd ${path.join(process.cwd(), dir)} && dir && yarn && yarn serve`
`cd ${path.join(
process.cwd(),
dir
)} && npm run install && npm run serve`
)

@@ -30,0 +33,0 @@ })

2

package.json
{
"name": "chexiu-cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "这是一个cli",

@@ -5,0 +5,0 @@ "module": "esm",

{
"name": "vue",
"version": "1.0.0",
"description": "",
"description": "这是一个由webpack5打包的vue项目",
"scripts": {
"lint": "eslint src --fix --ext .ts,.vue,.js,.json",
"lint": "eslint --fix --ext .tsx,.ts,.js,.vue,.json src/",
"build": "cross-env NODE_ENV=production webpack --config ./config/webpack.config.js",
"serve": "cross-env NODE_ENV=development webpack serve --config ./config/webpack.config.js"
"serve": "cross-env NODE_ENV=development webpack serve --config ./config/webpack.config.js",
"postinstall": "husky install"
},
"keywords": [],
"author": "",
"keywords": [
"vue",
"webpack5"
],
"author": "dengqing",
"license": "ISC",

@@ -33,2 +37,5 @@ "dependencies": {

"@vue/eslint-config-typescript": "^7.0.0",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"husky": "^5.0.0-beta.0",
"babel-loader": "^8.1.0",

@@ -49,3 +56,3 @@ "clean-webpack-plugin": "^3.0.0",

"eslint-webpack-plugin": "^2.2.0",
"html-webpack-plugin": "^4.5.0",
"html-webpack-plugin": "^5.0.0-alpha.13",
"mini-css-extract-plugin": "^1.2.1",

@@ -52,0 +59,0 @@ "postcss-loader": "^4.0.4",

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