function-timeout
Advanced tools
Comparing version 0.1.1 to 1.0.0
{ | ||
"name": "function-timeout", | ||
"version": "0.1.1", | ||
"version": "1.0.0", | ||
"description": "Make a synchronous function have a timeout", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
"engines": { | ||
"node": ">=14.16" | ||
"node": ">=18" | ||
}, | ||
@@ -47,11 +47,13 @@ "scripts": { | ||
"script", | ||
"execute" | ||
"execute", | ||
"halt", | ||
"termination" | ||
], | ||
"devDependencies": { | ||
"ava": "^4.3.0", | ||
"ava": "^5.3.1", | ||
"in-range": "^3.0.0", | ||
"time-span": "^5.0.0", | ||
"tsd": "^0.20.0", | ||
"xo": "^0.49.0" | ||
"time-span": "^5.1.0", | ||
"tsd": "^0.29.0", | ||
"xo": "^0.56.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5909
1