Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

domain-browser

Package Overview
Dependencies
Maintainers
4
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

domain-browser - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0-next.1588595760.aec2e7cec5e1ae1975aaba687f31d9a7d77cbacd

4

HISTORY.md
# 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 @@

23

package.json
{
"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 @@ ```

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc