Socket
Socket
Sign inDemoInstall

refpool

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

refpool - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

index.js

@@ -14,3 +14,3 @@ const TOS = require('time-ordered-set')

bump () {
if (!this.refs) return
if (this.refs > 0) return
this.pool.gcable.add(this)

@@ -17,0 +17,0 @@ this.pool._gcMaybe()

{
"name": "refpool",
"version": "1.2.1",
"version": "1.2.2",
"description": "Pool of references that gc the least recently unref'ed ones when it reaches a max size",

@@ -5,0 +5,0 @@ "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