domain-browser
Advanced tools
Comparing version 4.0.0 to 4.1.0-next.1588595760.aec2e7cec5e1ae1975aaba687f31d9a7d77cbacd
# History | ||
## v4.1.0 2020 May 4 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v4.0.0 2020 March 26 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "domain-browser", | ||
"version": "4.0.0", | ||
"version": "4.1.0-next.1588595760.aec2e7cec5e1ae1975aaba687f31d9a7d77cbacd", | ||
"description": "Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.", | ||
@@ -13,4 +13,7 @@ "homepage": "https://github.com/bevry/domain-browser", | ||
"component.io", | ||
"dom", | ||
"domain", | ||
"ender.js", | ||
"es5", | ||
"node", | ||
"node-compat", | ||
@@ -86,3 +89,3 @@ "require.js", | ||
"engines": { | ||
"node": "10 || 12", | ||
"node": "10 || 12 || 13 || 14", | ||
"browsers": "defaults" | ||
@@ -103,9 +106,6 @@ } | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
"assert-helpers": "^6.0.0", | ||
"@bevry/update-contributors": "^1.0.1", | ||
"assert-helpers": "^6.2.0", | ||
"kava": "^4.4.0", | ||
"projectz": "^1.19.0", | ||
"projectz": "^1.19.1", | ||
"valid-directory": "^1.6.0" | ||
@@ -117,4 +117,5 @@ }, | ||
"our:deploy": "echo no need for this project", | ||
"our:meta": "npm run our:meta:projectz", | ||
"our:meta:projectz": "projectz compile", | ||
"our:meta": "npm run our:meta:contributors && npm run our:meta:projectz", | ||
"our:meta:contributors": "npx @bevry/update-contributors", | ||
"our:meta:projectz": "npx projectz compile", | ||
"our:release": "npm run our:release:prepare && npm run our:release:check-changelog && npm run our:release:check-dirty && npm run our:release:tag && npm run our:release:push", | ||
@@ -130,5 +131,5 @@ "our:release:check-changelog": "cat ./HISTORY.md | grep v$npm_package_version || (echo add a changelog entry for v$npm_package_version && exit -1)", | ||
"our:verify": "npm run our:verify:directory", | ||
"our:verify:directory": "valid-directory", | ||
"our:verify:directory": "npx valid-directory", | ||
"test": "node ./source/test.js" | ||
} | ||
} |
@@ -51,3 +51,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/domain-browser@4.0.0' | ||
import * as pkg from '//dev.jspm.io/domain-browser@4.1.0' | ||
</script> | ||
@@ -54,0 +54,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
20598
5
1