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

strict-rate-limiter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strict-rate-limiter - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js

@@ -48,4 +48,4 @@ // imports

assert(this.id, 'options.id required');
assert(this.limit, 'options.id required');
assert(this.duration, 'options.id required');
assert(this.limit, 'options.limit required');
assert(this.duration, 'options.duration required');
};

@@ -162,2 +162,2 @@

}
}
}
{
"name": "strict-rate-limiter",
"version": "0.1.1",
"version": "0.1.2",
"description": "Rate limiter backed by redis with strict concurrency rules for scalable applications",

@@ -24,2 +24,2 @@ "main": "index.js",

}
}
}
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