Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.0 to 1.1.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

<a name="1.1.1"></a>
## 1.1.1 (2018-07-18)
* Remove unnecessary check ([f09bff9](https://github.com/microlinkhq/async-ratelimiter/commit/f09bff9))
<a name="1.1.0"></a>

@@ -2,0 +9,0 @@ # 1.1.0 (2018-07-16)

10

package.json

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

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

@@ -19,4 +19,4 @@ "author": {

{
"name": "Noam Shemesh",
"email": "noam@bigpanda.io"
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},

@@ -68,4 +68,4 @@ {

{
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
"name": "Noam Shemesh",
"email": "noam@bigpanda.io"
},

@@ -72,0 +72,0 @@ {

@@ -36,4 +36,4 @@ 'use strict'

const count = parseInt(Array.isArray(res[0]) ? res[1][1] : res[1])
const oldest = parseInt(Array.isArray(res[0]) ? res[3][1] : res[3])
const count = parseInt(res[1][1])
const oldest = parseInt(res[3][1])

@@ -40,0 +40,0 @@ return {

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