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

@abtnode/util

Package Overview
Dependencies
Maintainers
3
Versions
835
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abtnode/util - npm Package Compare versions

Comparing version

to
0.9.8

lib/try_with_timeout.js

2

lib/index.js

@@ -6,2 +6,3 @@ const pkg = require('../package.json');

const checkDomainMatch = require('./check_domain_match');
const tryWithTimeout = require('./try_with_timeout');

@@ -16,2 +17,3 @@ module.exports = {

checkDomainMatch,
tryWithTimeout,
};

4

package.json

@@ -6,3 +6,3 @@ {

},
"version": "0.9.7",
"version": "0.9.8",
"description": "ArcBlock's JavaScript utility",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

},
"gitHead": "d33ac1b2674fa22510c6db2f2558c69a67092203"
"gitHead": "336ac7ee62584faed7fd0d143353958c145289fa"
}