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

cli-engine-heroku

Package Overview
Dependencies
Maintainers
4
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-engine-heroku - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

2

lib/api_client.js

@@ -56,3 +56,3 @@ 'use strict';

if (this.auth) headers['authorization'] = `Bearer ${this.auth}`;
headers['user-agent'] = `heroku-cli/${this.out.config.version}`;
headers['user-agent'] = `heroku-cli/${this.out.config.version} ${this.out.config.platform}`;
headers['accept'] = headers['accept'] || 'application/vnd.heroku+json; version=3';

@@ -59,0 +59,0 @@ let envHeaders = JSON.parse(process.env.HEROKU_HEADERS || '{}');

{
"name": "cli-engine-heroku",
"description": "heroku specific functionality for the cli-engine",
"version": "1.1.4",
"version": "1.1.5",
"author": "Jeff Dickey @dickeyxxx",

@@ -28,7 +28,7 @@ "bugs": "https://github.com/heroku/cli-engine-heroku/issues",

"eslint-plugin-standard": "3.0.1",
"flow-bin": "^0.49.1",
"flow-bin": "^0.50.0",
"flow-copy-source": "^1.2.0",
"flow-typed": "2.1.2",
"flow-typed": "^2.1.5",
"jest": "20.0.4",
"nock": "9.0.13",
"nock": "^9.0.14",
"nodemon": "1.11.0",

@@ -35,0 +35,0 @@ "rimraf": "2.6.1"

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