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

composable-middleware

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

composable-middleware - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

1

lib/composable-middleware.js

@@ -17,2 +17,3 @@

return obj === undefined ||
obj === null ||
obj === global ||

@@ -19,0 +20,0 @@ (obj._middleware_common_object === undefined && obj.route !== undefined && obj.handle !== undefined)

2

package.json
{
"name": "composable-middleware",
"description": "Treat a sequence of middleware as middleware.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/randymized/composable-middleware",

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

@@ -5,2 +5,7 @@ # composable-middleware

[![Not Maintained](https://img.shields.io/badge/Maintenance%20Level-Abandoned-orange.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d)
composable-middleware is no longer being actively developed and has been archived.
You might want to check forks of it, such as the more recently maintained [innentho fork](https://github.com/ineentho/composable-middleware).
## Getting Started

@@ -7,0 +12,0 @@ Install the module with: `npm install composable-middleware`

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