rate-limiter-flexible 2.3.8 → 2.3.9
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.
- package/package.json +5 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rate-limiter-flexible",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.9",
|
|
4
4
|
"description": "Node.js rate limiter by key and protection from DDoS and Brute-Force attacks in process Memory, Redis, MongoDb, Memcached, MySQL, PostgreSQL, Cluster or PM",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -51,5 +51,9 @@
|
|
|
51
51
|
"mocha": "^5.1.1",
|
|
52
52
|
"redis-mock": "^0.48.0",
|
|
53
53
|
"sinon": "^5.0.10"
|
|
54
|
+
},
|
|
55
|
+
"browser": {
|
|
56
|
+
"cluster": false,
|
|
57
|
+
"crypto": false
|
|
54
58
|
}
|
|
55
59
|
}
|