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

express-rate-limit

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-rate-limit - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

11

package.json
{
"name": "express-rate-limit",
"version": "3.5.0",
"version": "3.5.1",
"description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.",

@@ -13,2 +13,3 @@ "homepage": "https://github.com/nfriedly/express-rate-limit",

"main": "lib/express-rate-limit.js",
"types": "index.d.ts",
"files": [

@@ -40,10 +41,10 @@ "lib/"

"eslint": "^5.15.3",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.0.1",
"express": "^4.16.3",
"husky": "^2.1.0",
"husky": "^2.2.0",
"mocha": "^6.1.4",
"prettier": "^1.17.0",
"pretty-quick": "^1.6.0",
"supertest": "^3.1.0"
"supertest": "^4.0.2"
},

@@ -50,0 +51,0 @@ "scripts": {

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