domain-browser
Advanced tools
Comparing version 4.23.0 to 5.0.0
{ | ||
"name": "domain-browser", | ||
"version": "4.23.0", | ||
"version": "5.0.0", | ||
"description": "Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.", | ||
@@ -79,3 +79,3 @@ "homepage": "https://github.com/bevry/domain-browser", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=4" | ||
}, | ||
@@ -94,3 +94,3 @@ "editions": [ | ||
"engines": { | ||
"node": "10 || 12 || 14 || 16 || 18 || 20 || 21", | ||
"node": "4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21", | ||
"browsers": "defaults" | ||
@@ -111,10 +111,10 @@ } | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.22.0", | ||
"assert-helpers": "^8.4.0", | ||
"kava": "^5.15.0", | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.2.0", | ||
"kava": "^7.1.0", | ||
"projectz": "^2.23.0", | ||
"valid-directory": "^4.0.0" | ||
"valid-directory": "^4.1.0" | ||
}, | ||
"scripts": { | ||
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "printf '%s\n' 'no need for this project'", | ||
@@ -121,0 +121,0 @@ "our:deploy": "printf '%s\n' 'no need for this project'", |
@@ -50,3 +50,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/domain-browser@4.23.0' | ||
import * as pkg from '//dev.jspm.io/domain-browser@5.0.0' | ||
</script> | ||
@@ -53,0 +53,0 @@ ``` |
Sorry, the diff of this file is not supported yet
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
25263
10