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

rolling-rate-limiter

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rolling-rate-limiter - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

6

CHANGELOG.md

@@ -0,1 +1,7 @@

# 0.4.1
No code changes.
- Fix "engine" field in package.json to match what our TypeScript outputs.
# 0.4 (2022/02/13)

@@ -2,0 +8,0 @@

4

package.json
{
"name": "rolling-rate-limiter",
"version": "0.4.0",
"version": "0.4.1",
"description": "Rate limiter that supports a rolling window, either in-memory or backed by Redis",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

"engines": {
"node": ">= 4.0.0"
"node": ">= 12.0.0"
},

@@ -27,0 +27,0 @@ "keywords": [

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