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

endpoints-controller

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

endpoints-controller - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

lib/destroy_cascade.js

@@ -5,2 +5,3 @@ module.exports = function (req, res, next) {

res.code = 200;
next();
}).catch(function (e) {

@@ -7,0 +8,0 @@ res.code = 400;

2

package.json
{
"name": "endpoints-controller",
"description": "controller layer for the endpoints framework.",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/endpoints/controller",

@@ -6,0 +6,0 @@ "author": {

Sorry, the diff of this file is not supported yet

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