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

task-handler

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

task-handler - npm Package Compare versions

Comparing version

to
1.0.12

2

package.json
{
"name": "task-handler",
"version": "1.0.11",
"version": "1.0.12",
"description": "Handle Javascript Timers in a manageable way",

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

@@ -108,7 +108,5 @@ # task-handler

```js
this.taskman
.after('handshake', HANDSHAKE_TIMEOUT_MS, () =>
disconnect(403, 'Failed to Authenticate: Handshake Failure'),
)
.while(() => !state.handshaked);
task.after('handshake', HANDSHAKE_TIMEOUT_MS, () =>
disconnect(403, 'Failed to Authenticate: Handshake Failure'),
).while(() => !state.handshaked);
```

@@ -115,0 +113,0 @@