jhurliman / node-rate-limiter

A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled
MIT License
1.5k stars 132 forks source link

Update npm package #53

Closed jmtaber129 closed 6 years ago

jmtaber129 commented 6 years ago

https://github.com/jhurliman/node-rate-limiter/pull/45 fixes a type declaration that can prevent typescript using this module from compiling, but the package has not been updated since this change.

Package should be updated to 1.1.3.

jhurliman commented 6 years ago

Done