New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ionic/utils-subprocess

Package Overview
Dependencies
Maintainers
23
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/utils-subprocess - npm Package Compare versions

Comparing version 2.1.5 to 2.1.6

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.1.6](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-subprocess@2.1.5...@ionic/utils-subprocess@2.1.6) (2020-08-28)
**Note:** Version bump only for package @ionic/utils-subprocess
## [2.1.5](https://github.com/ionic-team/ionic-cli/compare/@ionic/utils-subprocess@2.1.4...@ionic/utils-subprocess@2.1.5) (2020-08-27)

@@ -8,0 +16,0 @@

1

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.findExecutables = exports.which = exports.fork = exports.spawn = exports.Subprocess = exports.SubprocessError = exports.convertPATH = exports.expandTildePath = exports.TILDE_PATH_REGEX = exports.ERROR_SIGNAL_EXIT = exports.ERROR_NON_ZERO_EXIT = exports.ERROR_COMMAND_NOT_FOUND = void 0;
const utils_array_1 = require("@ionic/utils-array");

@@ -4,0 +5,0 @@ const utils_fs_1 = require("@ionic/utils-fs");

25

package.json
{
"name": "@ionic/utils-subprocess",
"version": "2.1.5",
"version": "2.1.6",
"description": "Subprocess utils for NodeJS",

@@ -27,3 +27,3 @@ "main": "dist/index.js",

"clean": "rimraf dist",
"lint": "tslint --project tsconfig.json",
"lint": "true",
"build": "npm run clean && tsc",

@@ -35,10 +35,10 @@ "watch": "tsc -w --preserveWatchOutput",

"dependencies": {
"@ionic/utils-array": "2.1.4",
"@ionic/utils-fs": "3.1.4",
"@ionic/utils-process": "2.1.5",
"@ionic/utils-stream": "3.1.4",
"@ionic/utils-terminal": "2.2.0",
"@ionic/utils-array": "2.1.5",
"@ionic/utils-fs": "3.1.5",
"@ionic/utils-process": "2.1.6",
"@ionic/utils-stream": "3.1.5",
"@ionic/utils-terminal": "2.2.1",
"cross-spawn": "^7.0.0",
"debug": "^4.0.0",
"tslib": "1.11.2"
"tslib": "^2.0.1"
},

@@ -50,11 +50,10 @@ "devDependencies": {

"@types/node": "~10.17.13",
"jest": "^25.1.0",
"jest": "^26.4.2",
"jest-cli": "^26.0.1",
"lint-staged": "^10.0.2",
"rimraf": "^3.0.0",
"ts-jest": "~26.2.0",
"tslint": "^5.9.1",
"typescript": "~3.8.2"
"ts-jest": "~26.3.0",
"typescript": "~4.0.2"
},
"gitHead": "f6712a9508b37de0a8e202072bb14d75ee81c8bf"
"gitHead": "f85e6db0eba47c8d97181b52d69c687c100f93fb"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc