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 0.0.0-typescript-beta-4 to 0.0.0-typescript-beta-5

12

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

@@ -38,9 +38,10 @@ "homepage": "https://github.com/nfriedly/express-rate-limit",

"@types/express": "^4.17.0",
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.12",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^5.15.3",
"eslint-config-prettier": "^4.2.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.0.1",
"express": "^4.16.3",
"husky": "^2.2.0",
"husky": "^3.0.0",
"mocha": "^6.1.4",

@@ -50,2 +51,3 @@ "prettier": "^1.17.0",

"supertest": "^4.0.2",
"ts-node": "^8.3.0",
"typescript": "^3.5.2"

@@ -56,3 +58,3 @@ },

"pretest": "npm run build",
"test": "eslint lib/* test/* && mocha",
"test": "eslint . && mocha --require ts-node/register test/*-test.*",
"precommit": "pretty-quick --staged",

@@ -59,0 +61,0 @@ "prepublish": "npm run build"

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