domain-browser
Advanced tools
Comparing version 3.1.0 to 3.2.0-next.1575142767.845435bb55b6697013e785a4d576315890c42751
# History | ||
## v3.2.0 2019 December 1 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v3.1.0 2019 December 1 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "domain-browser", | ||
"version": "3.1.0", | ||
"version": "3.2.0-next.1575142767.845435bb55b6697013e785a4d576315890c42751", | ||
"description": "Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.", | ||
@@ -91,5 +91,12 @@ "homepage": "https://github.com/bevry/domain-browser", | ||
"browser": "source/index.js", | ||
"jspm": { | ||
"map": { | ||
"source/index.js": { | ||
"node": "@node/domain" | ||
} | ||
} | ||
}, | ||
"devDependencies": { | ||
"assert-helpers": "5.5.0", | ||
"kava": "4.1.0", | ||
"assert-helpers": "^5.5.0", | ||
"kava": "^4.1.0", | ||
"projectz": "^1.12.0", | ||
@@ -116,10 +123,3 @@ "valid-directory": "^1.3.0" | ||
"test": "node ./source/test.js" | ||
}, | ||
"jspm": { | ||
"map": { | ||
"source/index.js": { | ||
"node": "@node/domain" | ||
} | ||
} | ||
} | ||
} |
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
18499
1