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.7 to 1.0.8

templates/vue/public/index.ejs

2

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

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

module.exports = {
presets: [
[
'@babel/preset-env',
"@babel/preset-env",
{
useBuiltIns: 'entry'
}
corejs: {
version: 3,
proposals: true,
},
useBuiltIns: "entry",
},
],
'@vue/babel-preset-jsx'
]
}
"@vue/babel-preset-jsx",
],
};

@@ -116,3 +116,3 @@ const path = require('path');

// Ignore all `txt` files
'./index.html',
'**/index.ejs',
],

@@ -126,3 +126,3 @@ },

favicon: resolveDirname('./public/favicon.ico'),
template: resolveDirname('./public/index.html'),
template: resolveDirname('./public/index.ejs'),
}),

@@ -129,0 +129,0 @@ new CleanWebpackPlugin(),

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