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

fastify-rate-limit

Package Overview
Dependencies
Maintainers
8
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-rate-limit - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

index.js

@@ -200,4 +200,4 @@ 'use strict'

module.exports = fp(rateLimitPlugin, {
fastify: '>=2.x',
fastify: '2.x - 3.x',
name: 'fastify-rate-limit'
})
{
"name": "fastify-rate-limit",
"version": "4.0.2",
"version": "4.0.3",
"description": "A low overhead rate limiter for your routes",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,3 +6,3 @@ # fastify-rate-limit

A low overhead rate limiter for your routes. Supports Fastify `2.x` versions.
A low overhead rate limiter for your routes. Supports Fastify `2.x - 3.x` semver range.

@@ -9,0 +9,0 @@ Please refer to [this branch](https://github.com/fastify/fastify-rate-limit/tree/1.x) and related versions for Fastify 1.x compatibility.

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