async-ratelimiter
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -0,4 +1,43 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
<a name="1.1.3"></a> | ||
## 1.1.3 (2018-12-17) | ||
<a name="1.1.2"></a> | ||
## 1.1.2 (2018-07-23) | ||
<a name="1.1.1"></a> | ||
## 1.1.1 (2018-07-18) | ||
<a name="1.1.0"></a> | ||
# 1.1.0 (2018-07-16) | ||
<a name="1.0.2"></a> | ||
## 1.0.2 (2018-06-18) | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2018-06-17) | ||
<a name="1.0.0"></a> | ||
# 1.0.0 (2018-06-17) | ||
<a name="1.1.2"></a> | ||
## 1.1.2 (2018-07-23) | ||
* Closes #6 ([6614d30](https://github.com/microlinkhq/async-ratelimiter/commit/6614d30)), closes [#6](https://github.com/microlinkhq/async-ratelimiter/issues/6) | ||
@@ -49,4 +88,1 @@ * old data test and delete the old ones by score ([31beaed](https://github.com/microlinkhq/async-ratelimiter/commit/31beaed)) | ||
* First commit ([d9cafec](https://github.com/microlinkhq/async-ratelimiter/commit/d9cafec)) | ||
176
package.json
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://documentup.com/microlinkhq/async-ratelimiter", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "src/index.js", | ||
@@ -14,106 +14,6 @@ "author": { | ||
"contributors": [ | ||
{ | ||
"name": "TJ Holowaychuk", | ||
"email": "tj@vision-media.ca" | ||
}, | ||
{ | ||
"name": "Noam Shemesh", | ||
"email": "noam@bigpanda.io" | ||
}, | ||
{ | ||
"name": "Kiko Beats", | ||
"email": "josefrancisco.verdu@gmail.com" | ||
}, | ||
{ | ||
"name": "haoxin", | ||
"email": "coderhaoxin@outlook.com" | ||
}, | ||
{ | ||
"name": "Krishna Kalubandi", | ||
"email": "krishnakalubandi@gmail.com" | ||
}, | ||
{ | ||
"name": "Christian Neuhäuser", | ||
"email": "chris@type10.com" | ||
}, | ||
{ | ||
"name": "luin", | ||
"email": "i@zihua.li" | ||
}, | ||
{ | ||
"name": "João Barbosa", | ||
"email": "joao@uphold.com" | ||
}, | ||
{ | ||
"name": "Sebastian Yandun", | ||
"email": "svyandun@gmail.com" | ||
}, | ||
{ | ||
"name": "FG Ribreau", | ||
"email": "github@fgribreau.com" | ||
}, | ||
{ | ||
"name": "Esen Sagynov", | ||
"email": "kadishmal@gmail.com" | ||
}, | ||
{ | ||
"name": "waleed samy", | ||
"email": "waleed_samy@ymail.com" | ||
}, | ||
{ | ||
"name": "Rui Marinho", | ||
"email": "rpm@seegno.com" | ||
}, | ||
{ | ||
"name": "Noam Shemesh", | ||
"email": "noam@bigpanda.io" | ||
}, | ||
{ | ||
"name": "TJ Holowaychuk", | ||
"email": "tj@vision-media.ca" | ||
}, | ||
{ | ||
"name": "Kiko Beats", | ||
"email": "josefrancisco.verdu@gmail.com" | ||
}, | ||
{ | ||
"name": "haoxin", | ||
"email": "coderhaoxin@outlook.com" | ||
}, | ||
{ | ||
"name": "Krishna Kalubandi", | ||
"email": "krishnakalubandi@gmail.com" | ||
}, | ||
{ | ||
"name": "Christian Neuhäuser", | ||
"email": "chris@type10.com" | ||
}, | ||
{ | ||
"name": "luin", | ||
"email": "i@zihua.li" | ||
}, | ||
{ | ||
"name": "João Barbosa", | ||
"email": "joao@uphold.com" | ||
}, | ||
{ | ||
"name": "Sebastian Yandun", | ||
"email": "svyandun@gmail.com" | ||
}, | ||
{ | ||
"name": "FG Ribreau", | ||
"email": "github@fgribreau.com" | ||
}, | ||
{ | ||
"name": "Esen Sagynov", | ||
"email": "kadishmal@gmail.com" | ||
}, | ||
{ | ||
"name": "waleed samy", | ||
"email": "waleed_samy@ymail.com" | ||
}, | ||
{ | ||
"name": "Rui Marinho", | ||
"email": "rpm@seegno.com" | ||
} | ||
"Kiko Beats <josefrancisco.verdu@gmail.com>", | ||
"Marcus Poehls <marcus.poehls@gmail.com>", | ||
"Ayan Yenbekbay <ayan.yenb@gmail.com>", | ||
"amanda <amandalucis@gmail.com>" | ||
], | ||
@@ -136,4 +36,9 @@ "repository": { | ||
"devDependencies": { | ||
"@commitlint/cli": "latest", | ||
"@commitlint/config-conventional": "latest", | ||
"ci-publish": "latest", | ||
"conventional-github-releaser": "latest", | ||
"coveralls": "latest", | ||
"finepack": "latest", | ||
"git-authors-cli": "latest", | ||
"git-dirty": "latest", | ||
@@ -144,7 +49,9 @@ "husky": "latest", | ||
"mocha": "latest", | ||
"npm-check-updates": "latest", | ||
"nyc": "latest", | ||
"prettier-standard": "latest", | ||
"should": "latest", | ||
"standard": "latest", | ||
"standard-markdown": "latest" | ||
"standard": "11", | ||
"standard-markdown": "latest", | ||
"standard-version": "latest" | ||
}, | ||
@@ -155,2 +62,3 @@ "engines": { | ||
"files": [ | ||
"index.d.ts", | ||
"src" | ||
@@ -162,22 +70,42 @@ ], | ||
"lint": "standard-markdown && standard", | ||
"postrelease": "npm run release:tags && npm run release:github && ci-publish", | ||
"precommit": "lint-staged", | ||
"prerelease": "npm run update:check && git-authors-cli", | ||
"pretest": "npm run lint", | ||
"pretty": "prettier-standard index.js {core,test,bin,scripts}/**/*.js --single-quote --print-width 100", | ||
"test": "nyc mocha" | ||
"release": "git add package.json && standard-version -a", | ||
"release:github": "conventional-github-releaser -p angular", | ||
"release:tags": "git push --follow-tags origin HEAD:master", | ||
"test": "nyc mocha", | ||
"update": "ncu -a", | ||
"update:check": "ncu -- --error-level 2" | ||
}, | ||
"license": "MIT", | ||
"lint-staged": { | ||
"package.json": [ | ||
"finepack", | ||
"git add" | ||
], | ||
"*.js": [ | ||
"prettier-standard", | ||
"git add" | ||
], | ||
"*.md": [ | ||
"standard-markdown", | ||
"git add" | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS", | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"linters": { | ||
"package.json": [ | ||
"finepack", | ||
"git add" | ||
], | ||
"*.js": [ | ||
"prettier-standard", | ||
"git add" | ||
], | ||
"*.md": [ | ||
"standard-markdown", | ||
"git add" | ||
] | ||
} | ||
}, | ||
"standard": { | ||
@@ -187,3 +115,9 @@ "env": [ | ||
] | ||
} | ||
}, | ||
"standard-version": { | ||
"scripts": { | ||
"prechangelog": "git-authors-cli" | ||
} | ||
}, | ||
"typings": "./index.d.ts" | ||
} |
@@ -44,3 +44,3 @@ # async-ratelimiter | ||
return !limit.remaining | ||
? sendFail({req, | ||
? sendFail({ req, | ||
res, | ||
@@ -47,0 +47,0 @@ code: HTTPStatus.TOO_MANY_REQUESTS, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12262
7
75
19