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

timer-wheel

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timer-wheel - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

dist/cjs/timer-wheel.js

@@ -148,3 +148,3 @@ "use strict";

var b = this.findBucket(node);
node.appendToTail(b);
node.moveToTail(b);
}

@@ -151,0 +151,0 @@ node = next;

@@ -142,3 +142,3 @@ import { TimerNode } from './timer-node';

const b = this.findBucket(node);
node.appendToTail(b);
node.moveToTail(b);
}

@@ -145,0 +145,0 @@ node = next;

{
"name": "timer-wheel",
"version": "0.3.1",
"version": "0.3.2",
"description": "Timer wheel for managing expiration of a large amount of items",

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

@@ -165,3 +165,3 @@ import { TimerNode } from './timer-node';

const b = this.findBucket(node);
node.appendToTail(b);
node.moveToTail(b);
}

@@ -168,0 +168,0 @@ node = next;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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