domain-browser
Advanced tools
Comparing version 3.5.0 to 4.0.0
# History | ||
## v4.0.0 2020 March 26 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
- Minimum required node version changed from `node: >=8` to `node: >=10` to keep up with mandatory ecosystem changes | ||
## v3.5.0 2019 December 9 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "domain-browser", | ||
"version": "3.5.0", | ||
"version": "4.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.", | ||
@@ -8,14 +8,14 @@ "homepage": "https://github.com/bevry/domain-browser", | ||
"keywords": [ | ||
"domain", | ||
"trycatch", | ||
"try", | ||
"amd", | ||
"browser", | ||
"catch", | ||
"node-compat", | ||
"ender.js", | ||
"component", | ||
"component.io", | ||
"umd", | ||
"amd", | ||
"domain", | ||
"ender.js", | ||
"node-compat", | ||
"require.js", | ||
"browser" | ||
"try", | ||
"trycatch", | ||
"umd" | ||
], | ||
@@ -63,4 +63,3 @@ "badges": { | ||
"Guy Bedford <guybedford@gmail.com> (twitter.com/guybedford)", | ||
"Bogdan Chadkin <trysound@yandex.ru> (https://github.com/TrySound)", | ||
"dependabot-preview[bot] (http://github.com/apps/dependabot-preview)" | ||
"Bogdan Chadkin <trysound@yandex.ru> (https://github.com/TrySound)" | ||
], | ||
@@ -75,7 +74,7 @@ "bugs": { | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
}, | ||
"editions": [ | ||
{ | ||
"description": "es5 source code with require for modules", | ||
"description": "ES5 source code for web browsers and Node.js with Require for modules", | ||
"directory": "source", | ||
@@ -89,4 +88,4 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "8 || 10 || 12", | ||
"browsers": true | ||
"node": "10 || 12", | ||
"browsers": "defaults" | ||
} | ||
@@ -106,6 +105,10 @@ } | ||
"devDependencies": { | ||
"assert-helpers": "^5.8.0", | ||
"kava": "^4.3.0", | ||
"projectz": "^1.15.0", | ||
"valid-directory": "^1.5.0" | ||
"@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", | ||
"kava": "^4.4.0", | ||
"projectz": "^1.19.0", | ||
"valid-directory": "^1.6.0" | ||
}, | ||
@@ -128,5 +131,5 @@ "scripts": { | ||
"our:verify": "npm run our:verify:directory", | ||
"our:verify:directory": "npx valid-directory", | ||
"our:verify:directory": "valid-directory", | ||
"test": "node ./source/test.js" | ||
} | ||
} |
@@ -43,3 +43,4 @@ <!-- TITLE/ --> | ||
<li>Install: <code>npm install --save domain-browser</code></li> | ||
<li>Require: <code>require('domain-browser')</code></li> | ||
<li>Import: <code>import * as pkg from ('domain-browser')</code></li> | ||
<li>Require: <code>const pkg = require('domain-browser')</code></li> | ||
</ul> | ||
@@ -51,3 +52,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/domain-browser' | ||
import * as pkg from '//dev.jspm.io/domain-browser@4.0.0' | ||
</script> | ||
@@ -61,3 +62,3 @@ ``` | ||
<ul><li><code>domain-browser</code> aliases <code>domain-browser/source/index.js</code></li> | ||
<li><code>domain-browser/source/index.js</code> is es5 source code with require for modules</li></ul> | ||
<li><code>domain-browser/source/index.js</code> is ES5 source code for web browsers and <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul> | ||
@@ -64,0 +65,0 @@ <!-- /INSTALL --> |
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
20306
127
8
6