Socket
Socket
Sign inDemoInstall

endpoints-controller

Package Overview
Dependencies
2
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

4

lib/find_by_id.js

@@ -24,3 +24,5 @@ var Promise = require('when');

// otherwise just fake that we can
preflight = Promise.defer().resolve([id]);
preflight = Promise.defer();
preflight.resolve([id]);
preflight = preflight.promise;
}

@@ -27,0 +29,0 @@

{
"name": "endpoints-controller",
"description": "controller layer for the endpoints framework.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/tkellen/node-endpoints-controller",

@@ -25,3 +25,3 @@ "author": {

"engines": {
"node": ">= 0.8"
"node": ">= 0.10"
},

@@ -28,0 +28,0 @@ "scripts": {

@@ -5,1 +5,3 @@ # endpoints-controller [![Build Status](https://secure.travis-ci.org/tkellen/node-endpoints-controller.png)](http://travis-ci.org/tkellen/node-endpoints-controller)

[![NPM](https://nodei.co/npm/endpoints-controller.png)](https://nodei.co/npm/endpoints-controller/)
a quick and dirty extraction of some tools i use all the time for building rest apis.

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