rate-limit-mongo icon indicating copy to clipboard operation
rate-limit-mongo copied to clipboard

A MongoDB store for express-rate-limit middleware

Results 8 rate-limit-mongo issues
Sort by recently updated
recently updated
newest added

There is no `LICENSE` file in the project, but there is a license field in package.json indicating that it is licensed by MIT. I have a fork of this repository...

Is there any effort to develop the **@types/rate-limit-mongo** module?

Currently you cannot connect to mongodb atlas serverless instances as they require node driver version 4. This PR bumps to the latest version of monogb package to enable.

Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.8 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09...

dependencies

As soon as I add some `connectionOptions` to the mongo store, the application will throw an error: ``` [ERROR] RangeError: Maximum call stack size exceeded at Object.hasOwnProperty () at C:\Users\mfr\Git\app\node_modules\rate-limit-mongo\node_modules\mongodb\lib\cmap\connection_pool.js:99:41...

Bumps [json5](https://github.com/json5/json5) from 2.1.3 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Hi @okv, I recently [helped out with a Typescript rewrite](https://github.com/nfriedly/express-rate-limit/pull/263) for the [`express-rate-limit`](https://github.com/nfriedly/express-rate-limit) package, which also introduced [a couple of changes to the `Store` interface](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md?plain=1#L95-L100): - Added the [`init`](https://github.com/nfriedly/express-rate-limit/blob/master/source/types.ts#L125-L131) method...

If I missed something, feel free to do some changes