cli-engine-command
Advanced tools
Comparing version 2.2.8 to 2.2.9
@@ -57,2 +57,6 @@ 'use strict'; | ||
} | ||
async post(url, options = {}) { | ||
options = mergeRequestOptions(this.requestOptions, options); | ||
await this.http.post(url, options); | ||
} | ||
@@ -59,0 +63,0 @@ stream(url, options = {}) { |
{ | ||
"name": "cli-engine-command", | ||
"description": "base CLI command for cli-engine", | ||
"version": "2.2.8", | ||
"version": "2.2.9", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -13,3 +13,3 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues", | ||
"got": "^6.7.1", | ||
"http-call": "^1.0.15", | ||
"http-call": "^1.1.0", | ||
"jest-validate": "^19.0.2", | ||
@@ -16,0 +16,0 @@ "lodash.maxby": "^4.6.0", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
141001
2110
4
Updatedhttp-call@^1.1.0