You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@based/server

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/server - npm Package Compare versions

Comparing version

to
5.0.3

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

}
if (!spec.uninstallAfterIdleTime) {
if (spec.uninstallAfterIdleTime === undefined) {
spec.uninstallAfterIdleTime = this.config.uninstallAfterIdleTime;

@@ -201,3 +201,3 @@ }

spec.timeoutCounter =
spec.uninstallAfterIdleTime === 0
spec.uninstallAfterIdleTime === 0 || spec.uninstallAfterIdleTime === -1
? -1

@@ -204,0 +204,0 @@ : Math.ceil(spec.uninstallAfterIdleTime / 1e3);

{
"name": "@based/server",
"version": "5.0.2",
"version": "5.0.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

Sorry, the diff of this file is not supported yet