Socket
Socket
Sign inDemoInstall

domain-browser

Package Overview
Dependencies
0
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.13.0 to 4.14.0-next.1595343672.4034b5722d7f4e73f4e57b104ca26a13f0634394

4

HISTORY.md
# History
## v4.14.0 2020 July 22
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v4.13.0 2020 July 3

@@ -4,0 +8,0 @@

12

package.json
{
"name": "domain-browser",
"version": "4.13.0",
"version": "4.14.0-next.1595343672.4034b5722d7f4e73f4e57b104ca26a13f0634394",
"description": "Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.",

@@ -98,10 +98,2 @@ "homepage": "https://github.com/bevry/domain-browser",

"main": "source/index.js",
"exports": {
"node": {
"require": "./source/index.js"
},
"browser": {
"require": "./source/index.js"
}
},
"browser": "source/index.js",

@@ -117,3 +109,3 @@ "jspm": {

"@bevry/update-contributors": "^1.13.0",
"assert-helpers": "^6.16.0",
"assert-helpers": "^6.17.0",
"kava": "^5.8.0",

@@ -120,0 +112,0 @@ "projectz": "^2.11.0",

@@ -51,3 +51,3 @@ <!-- TITLE/ -->

<script type="module">
import * as pkg from '//dev.jspm.io/domain-browser@4.13.0'
import * as pkg from '//dev.jspm.io/domain-browser@4.14.0'
</script>

@@ -54,0 +54,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc