fastify-rate-limit
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
75264