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

blend-cli

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blend-cli - npm Package Compare versions

Comparing version

to
1.5.4

2

package.json
{
"name": "blend-cli",
"version": "1.5.3",
"version": "1.5.4",
"description": "自动化创建(webpack+react)(webpack+vue)项目",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,3 +9,3 @@ var path = require("path")

templatePath: `./src/index.html`, //入口html,(自动生成)
publicPath: '/dist/', //打包后文件自动添加的绝对路径
publicpath: '/dist/', //打包后文件自动添加的绝对路径
cssType: false, //采用哪种css的类型

@@ -12,0 +12,0 @@ },

@@ -24,3 +24,3 @@ const path = require("path")

publicPath: config.base.publicPath, //打包后的文件再引用时,自动注入绝对路径
publicPath: config.base.publicpath, //打包后的文件再引用时,自动注入绝对路径
path: config.base.outputPath,

@@ -27,0 +27,0 @@ filename: "js/" + config.base.outputFileName,