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

bender-api

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bender-api - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/frontends.js

4

lib/bender-api.js

@@ -40,2 +40,3 @@ var jsonquest = require('jsonquest');

}
err.statusCode = res.statusCode;
return cb(err);

@@ -49,4 +50,5 @@ }

return {
registrations: require('./registrations')(request)
registrations: require('./registrations')(request),
frontends: require('./frontends')(request)
};
};
{
"name": "bender-api",
"version": "0.0.1",
"version": "0.0.2",
"description": "API for Bender",
"author": "Vigour.io <dev@vigour.io>",
"repository": {
"type": "git",
"url": "https://github.com/vigour-io/bender-api.git"
},
"license": "MIT",

@@ -7,0 +11,0 @@ "main": "./lib/bender-api.js",

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