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

heroku-bouncer

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

heroku-bouncer - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

5

lib/router.js

@@ -34,3 +34,6 @@ 'use strict';

var hk = heroku.createClient({ token: accessToken });
var hk = heroku.createClient({
token: accessToken,
host : options.hostname
});

@@ -37,0 +40,0 @@ hk.account().info(function(err, account) {

2

package.json
{
"name": "heroku-bouncer",
"version": "2.0.1",
"version": "2.1.0",
"description": "heroku bouncer middleware for express",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -44,10 +44,2 @@ # node-heroku-bouncer

// Optional parameter:
// `herokaiOnly`: Default value: false. It accepts a request handler. Example:
```js
herokaiOnly : function(req, res, next) { res.end('ok'); }
```
app.use(bouncer.middleware);

@@ -54,0 +46,0 @@ app.use(bouncer.router);

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