Socket
Socket
Sign inDemoInstall

domain-browser

Package Overview
Dependencies
0
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.23.0 to 5.0.0-next.1699885938.897e13a73a02a4ffbdbabb8e32bf45b42789359a

18

package.json
{
"name": "domain-browser",
"version": "4.23.0",
"version": "5.0.0-next.1699885938.897e13a73a02a4ffbdbabb8e32bf45b42789359a",
"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'",

@@ -138,2 +138,2 @@ "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

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