New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alkihis/express-rate-limit

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alkihis/express-rate-limit - npm Package Compare versions

Comparing version 5.1.3 to 5.1.4

1

lib/express-rate-limit.d.ts

@@ -20,1 +20,2 @@ import { RateLimitInfo, RateLimitOptions } from './types';

};
export default RateLimit;

2

lib/express-rate-limit.js

@@ -135,2 +135,2 @@ "use strict";

exports.RateLimit = RateLimit;
module.exports = RateLimit;
exports.default = RateLimit;
{
"name": "@alkihis/express-rate-limit",
"version": "5.1.3",
"version": "5.1.4",
"description": "Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/alkihis/express-rate-limit",

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