express-slow-down
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "express-slow-down", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Basic IP rate-limiting middleware for Express that slows down responses rather than blocking the user.", | ||
@@ -78,3 +78,3 @@ "homepage": "https://github.com/express-rate-limit/express-slow-down", | ||
"peerDependencies": { | ||
"express": ">= 4" | ||
"express": "^4.0.0 || ^5.0.0" | ||
}, | ||
@@ -95,3 +95,3 @@ "dependencies": { | ||
"esbuild": "0.19.3", | ||
"express": "4.18.2", | ||
"express": "4.19.2", | ||
"husky": "8.0.3", | ||
@@ -98,0 +98,0 @@ "jest": "29.7.0", |
@@ -67,3 +67,3 @@ # <div align="center"> Express Slow Down </div> | ||
```ts | ||
const { slowDown } = require('express-rate-limit') | ||
const { slowDown } = require('express-slow-down') | ||
``` | ||
@@ -70,0 +70,0 @@ |
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
80220