fluxguard 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +25 -3
package/package.json CHANGED
@@ -1,11 +1,33 @@
1
1
  {
2
2
  "name": "fluxguard",
3
- "version": "0.1.1",
4
- "description": "Distributed rate limiter for Node.js Redis-backed with multiple algorithms",
3
+ "version": "0.1.2",
4
+ "description": "Distributed rate limiting for Node.js: token bucket, fixed and sliding windows, Redis Lua (EVALSHA) for cluster-safe limits, Express middleware, optional Prometheus metrics — in-memory mode without Redis.",
5
+ "keywords": [
6
+ "rate-limit",
7
+ "rate-limiter",
8
+ "rate limiting",
9
+ "throttle",
10
+ "throttling",
11
+ "redis",
12
+ "ioredis",
13
+ "lua",
14
+ "distributed",
15
+ "express",
16
+ "express-middleware",
17
+ "middleware",
18
+ "token-bucket",
19
+ "sliding-window",
20
+ "fixed-window",
21
+ "prometheus",
22
+ "prom-client",
23
+ "typescript"
24
+ ],
5
25
  "license": "MIT",
26
+ "author": "Zeeshan Ashraf (https://github.com/Zeeshan-2k1)",
6
27
  "repository": {
7
28
  "type": "git",
8
- "url": "https://github.com/Zeeshan-2k1/fluxguard.git"
29
+ "url": "git+https://github.com/Zeeshan-2k1/fluxguard.git",
30
+ "directory": "packages/fluxguard-node"
9
31
  },
10
32
  "bugs": {
11
33
  "url": "https://github.com/Zeeshan-2k1/fluxguard/issues"