@nx-extend/core
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -5,5 +5,8 @@ # Changelog | ||
## [1.0.3](https://github.com/TriPSs/nx-extend/compare/core@1.0.2...core@1.0.3) (2021-10-28) | ||
## [1.0.2](https://github.com/TriPSs/nx-extend/compare/core@1.0.1...core@1.0.2) (2021-10-08) | ||
### Bug Fixes | ||
@@ -13,4 +16,2 @@ | ||
## [1.0.1](https://github.com/TriPSs/nx-extend/compare/core@1.0.0...core@1.0.1) (2021-10-08) |
{ | ||
"name": "@nx-extend/core", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "./src/index.d.ts", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.execCommand = exports.ShellString = void 0; | ||
exports.execCommand = exports.ChildProcess = exports.ShellString = void 0; | ||
const shell = require("shelljs"); | ||
const shelljs_1 = require("shelljs"); | ||
Object.defineProperty(exports, "ShellString", { enumerable: true, get: function () { return shelljs_1.ShellString; } }); | ||
const child_process_1 = require("child_process"); | ||
Object.defineProperty(exports, "ChildProcess", { enumerable: true, get: function () { return child_process_1.ChildProcess; } }); | ||
const execCommand = (command, options = { | ||
@@ -8,0 +10,0 @@ asString: false, |
Sorry, the diff of this file is not supported yet
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
4562
62
1