Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-engine-command

Package Overview
Dependencies
Maintainers
4
Versions
159
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-command - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

4

lib/http.js

@@ -60,5 +60,5 @@ 'use strict';

}
async post(url, options = {}) {
post(url, options = {}) {
options = mergeRequestOptions(this.requestOptions, options);
await this.http.post(url, options);
return this.http.post(url, options);
}

@@ -65,0 +65,0 @@

{
"name": "cli-engine-command",
"description": "base CLI command for cli-engine",
"version": "3.0.4",
"version": "3.0.5",
"author": "Jeff Dickey @dickeyxxx",

@@ -14,3 +14,3 @@ "bugs": "https://github.com/heroku/cli-engine-command/issues",

"got": "^6.7.1",
"http-call": "^1.1.1",
"http-call": "1.1.2",
"jest-validate": "^19.0.2",

@@ -17,0 +17,0 @@ "lodash.maxby": "^4.6.0",

Sorry, the diff of this file is not supported yet

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