Socket
Socket
Sign inDemoInstall

breakout

Package Overview
Dependencies
158
Maintainers
1
Versions
3
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

20

lib/index.js

@@ -0,1 +1,17 @@

// implement google spdy? adaptor
// takes these two and exposes a common method to define an api

@@ -45,2 +61,4 @@ // presets for which HTTP verb to use depending on words

api.transports.http.respond(res, data, err);
},{
req: req
});

@@ -70,2 +88,4 @@ });

api.transports.now.respond(n, callback, data, err);
},{
client: n
});

@@ -72,0 +92,0 @@ };

2

package.json
{
"name": "breakout",
"description": "Gives you one simple way to write an API exposed over multiple transports",
"version": "0.0.1",
"version": "0.0.2",
"author": "Ian Serlin <breakout@ianserlin.com",

@@ -6,0 +6,0 @@ "repository": "git://github.com/ianserlin/breakout",

@@ -53,2 +53,3 @@ Breakout - API Transport Abstraction

----
* be able to handle http route params
* be able to handle http route params
* ability to generate resourceful routes for models
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