New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-ratelimiter

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-ratelimiter - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.2.2"></a>
## [1.2.2](https://github.com/microlinkhq/async-ratelimiter/compare/v1.2.1...v1.2.2) (2019-04-04)
### Bug Fixes
* **typescript-declarations:** missing decrease param at GetOptions interface ([a22b9af](https://github.com/microlinkhq/async-ratelimiter/commit/a22b9af))
<a name="1.2.1"></a>

@@ -7,0 +17,0 @@ ## [1.2.1](https://github.com/microlinkhq/async-ratelimiter/compare/v1.2.0...v1.2.1) (2019-03-27)

1

index.d.ts

@@ -17,2 +17,3 @@ declare module 'async-ratelimiter' {

duration?: number;
decrease?: boolean;
}

@@ -19,0 +20,0 @@

5

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://documentup.com/microlinkhq/async-ratelimiter",
"version": "1.2.1",
"version": "1.2.2",
"main": "src/index.js",

@@ -18,3 +18,4 @@ "author": {

"Nico Kaiser <nico@kaiser.me>",
"amanda <amandalucis@gmail.com>"
"amanda <amandalucis@gmail.com>",
"kornel-kedzierski <pl.kornel@gmail.com>"
],

@@ -21,0 +22,0 @@ "repository": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc