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

callback-timeout

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callback-timeout - npm Package Compare versions

Comparing version

to
3.0.1

1

index.js

@@ -9,3 +9,2 @@ var errors = require('./errors')

function onTimeout () {
clearTimeout(timer)
timer = null

@@ -12,0 +11,0 @@ var msg = e || 'timeout of ' +

2

package.json
{
"name": "callback-timeout",
"version": "3.0.0",
"version": "3.0.1",
"description": "Invokes callback with single error argument if timeout occurs before it's invoked by other means",

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