composable-middleware
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -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) |
{ | ||
"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` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12327
160
100
9