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.3.6 to 1.3.7

4

package.json

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

"homepage": "https://nicedoc.io/microlinkhq/async-ratelimiter",
"version": "1.3.6",
"version": "1.3.7",
"main": "src/index.js",

@@ -62,3 +62,3 @@ "author": {

"clean": "rm -rf node_modules",
"contributors": "(git-authors-cli && finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"lint": "standard-markdown README.md && standard",

@@ -65,0 +65,0 @@ "postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",

@@ -38,3 +38,3 @@ <div align="center">

if (!res.finished && !res.headersSent) {
if (!res.writableEnded) {
res.setHeader('X-Rate-Limit-Limit', limit.total)

@@ -41,0 +41,0 @@ res.setHeader('X-Rate-Limit-Remaining', Math.max(0, limit.remaining - 1))

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