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

volos-quota-common

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

volos-quota-common - npm Package Compare versions

Comparing version 0.11.3 to 0.11.4

2

lib/memory_buffer.js

@@ -124,3 +124,3 @@ /****************************************************************************

Bucket.prototype.calculateExpiration = function() {
var time = this.resetAt + this.owner.clockOffset;
var time = this.resetAt + (this.owner.clockOffset || 0);

@@ -127,0 +127,0 @@ var startTime = this.owner.options.startTime;

{
"name": "volos-quota-common",
"version": "0.11.3",
"version": "0.11.4",
"main": "lib/quota.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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