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

express-slow-down

Package Overview
Dependencies
Maintainers
3
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-slow-down - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

package.json
{
"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 @@

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