@enplug/scripts
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -19,5 +19,5 @@ #! /usr/bin/env node | ||
const optionDefinitions = [ | ||
{ name: 'target', alias: 't', type: String }, | ||
{ name: 'build-for-release', alias: 'r', type: Boolean }, | ||
{ name: 'dev-server', alias: 's', type: Boolean }, | ||
{ name: 'target', alias: 't', type: String }, | ||
]; | ||
@@ -24,0 +24,0 @@ |
@@ -18,3 +18,3 @@ #! /usr/bin/env node | ||
const version = options['version']; | ||
const pkg = require(`${options['root']/package.json}`); | ||
const pkg = require(`${options['root']}/package.json`); | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "@enplug/scripts", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Enplug scripts", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package