You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ app.use(limiter);
49
49
50
50
This library is provided in ESM as well as CJS forms, and works with both Javascript and Typescript projects.
51
51
52
-
**This package requires you to use Node 14 or above.**
52
+
**This package requires you to use Node 16 or above.**
53
53
54
54
Import it in a CommonJS project (`type: commonjs` or no `type` field in `package.json`) as follows:
55
55
@@ -91,4 +91,8 @@ There are two different types of Postgres Stores:
91
91
92
92
Both types of store take the same input in their constructor
93
93
-`config` - The database configuration as specified in the [node-postgres](https://node-postgres.com/apis/client) configuration.
94
-
-`name` - The unique name of the session. This is useful when applying multiple rate limiters with multiple stores.
94
+
-`name` - The unique name of the session. This is useful when applying multiple rate limiters with multiple stores.
95
+
96
+
## Installation
97
+
98
+
Project license is specified in the [license file](license.md) Third party licenses are located in the [third_party_licenses folder](third_party_licenses)
0 commit comments