@microprogram/plugin-devtool
Advanced tools
+6
| const { resolveConfig } = require('@microprogram/shared-utils') | ||
| exports.execute = function (...args) { | ||
| const config = resolveConfig() | ||
| require(`./${config.platform}`).execute(args) | ||
| } |
+2
-2
| { | ||
| "name": "@microprogram/plugin-devtool", | ||
| "version": "1.0.0-beta.4", | ||
| "version": "1.0.0-beta.5", | ||
| "license": "MIT", | ||
@@ -24,3 +24,3 @@ "engines": { | ||
| }, | ||
| "gitHead": "f8dac6212343e95333d383036a07e4c312a714fe" | ||
| "gitHead": "19e87a829d3a826ff5ab0f5f331856f654649342" | ||
| } |
+1
-1
@@ -46,3 +46,3 @@ const os = require('os') | ||
| exports.execute = function (...args) { | ||
| exports.execute = function (args) { | ||
| const cliPath = getCliPath() | ||
@@ -49,0 +49,0 @@ if (cliPath) { |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3453
5.63%4
33.33%54
10.2%