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

@microprogram/plugin-devtool

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microprogram/plugin-devtool - npm Package Compare versions

Comparing version
1.0.0-beta.4
to
1.0.0-beta.5
+6
index.js
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"
}

@@ -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) {