Socket
Socket
Sign inDemoInstall

heroku.node

Package Overview
Dependencies
48
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

dist/heroku.js

@@ -88,3 +88,3 @@ (function() {

ProcessesApi.prototype.scale = function(type, quantity) {
ProcessesApi.prototype.scale = function(type, quantity, cb) {
return this.client.post("/apps/" + this.app + "/ps/scale", {

@@ -91,0 +91,0 @@ type: type,

{
"name": "heroku.node",
"description": "Heroku API client",
"version": "0.0.1",
"version": "0.0.2",
"homepage": "https://github.com/mattinsler/heroku.node",

@@ -6,0 +6,0 @@ "author": {

# heroku.node
Heroku API client for Node.js
[Heroku API](https://api-docs.heroku.com) client for node.js

@@ -5,0 +5,0 @@ ## Installation

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc