Socket
Socket
Sign inDemoInstall

tarn

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tarn - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

lib/Pool.js

@@ -340,3 +340,3 @@ 'use strict';

_stopReaping() {
clearTimeout(this.interval);
clearInterval(this.interval);
this.interval = null;

@@ -343,0 +343,0 @@ }

{
"name": "tarn",
"version": "1.1.3",
"version": "1.1.4",
"description": "Simple and robust resource pool for node.js",

@@ -23,4 +23,12 @@ "main": "lib/tarn.js",

},
"keywords": ["pool", "pooling", "throttle"],
"files": ["README.md", "LICENSE", "lib/*"],
"keywords": [
"pool",
"pooling",
"throttle"
],
"files": [
"README.md",
"LICENSE",
"lib/*"
],
"devDependencies": {

@@ -27,0 +35,0 @@ "bluebird": "^3.5.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