New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@microprogram/cli

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microprogram/cli - npm Package Compare versions

Comparing version
1.0.0-beta.17
to
1.0.0-beta.19
+1
-0
bin/microprogram.js

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

.description('alias of "npm run build" in the current project')
.option('-m, --mode', 'Set build mode. When the mode is in production, it will be compressed')
.action(() => {

@@ -58,0 +59,0 @@ require('../lib/util/runNpmScript')('build', process.argv.slice(3))

+3
-3
{
"name": "@microprogram/cli",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.19",
"bin": {

@@ -23,3 +23,3 @@ "mp": "bin/microprogram.js"

"@microprogram/create": "^1.0.0-beta.15",
"@microprogram/plugin-devtool": "^1.0.0-beta.17",
"@microprogram/plugin-devtool": "^1.0.0-beta.19",
"@microprogram/plugin-iconfont": "^1.0.0-beta.15",

@@ -37,3 +37,3 @@ "@microprogram/shared-utils": "^1.0.0-beta.15",

},
"gitHead": "9fba53a2505a8fc894525f5b005b71a5160acc12"
"gitHead": "15c9c8caf385826439b0ebcd9dc36496c99feeb4"
}