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

heroku-client

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-client - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

bin/docs

2

lib/resourceBuilder.js

@@ -59,2 +59,4 @@ var Heroku = require('./heroku'),

segment = getName(segment);
if (proxy.prototype && proxy.prototype[segment]) {

@@ -61,0 +63,0 @@ return proxy = proxy.prototype[segment]._constructor;

2

package.json
{
"name": "heroku-client",
"version": "0.4.0",
"version": "0.5.0",
"description": "A wrapper for the Heroku v3 API",

@@ -5,0 +5,0 @@ "main": "./lib/heroku.js",

@@ -1,2 +0,2 @@

# heroku-client [![Build Status](https://travis-ci.org/jclem/node-heroku-client.png?branch=master)](https://travis-ci.org/jclem/node-heroku-client)
# heroku-client [![Build Status](https://travis-ci.org/heroku/node-heroku-client.png?branch=master)](https://travis-ci.org/heroku/node-heroku-client)

@@ -103,2 +103,15 @@ A wrapper around the [v3 Heroku API][platform-api-reference].

### Updating resources
When a new resource manifest is available, download it into the repo, run tests, generate documentation, and [bump the version number accordingly](http://semver.org/).
### Generating documentation
Documentation for node-heroku is auto-generated from [the resources manifest](https://github.com/heroku/node-heroku-client/blob/development/lib/resources.js).
Docs are generated like so:
```bash
$ bin/docs
```
### Running tests

@@ -108,3 +121,3 @@

```javascript
```bash
$ npm test

@@ -111,0 +124,0 @@ ```

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