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.11.0 to 4.12.0-next.1593747383.b78cfda33834a5d32e213a0aa920adb2aa2022be

4

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

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

34

package.json
{
"name": "domain-browser",
"version": "4.11.0",
"version": "4.12.0-next.1593747383.b78cfda33834a5d32e213a0aa920adb2aa2022be",
"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,2 +98,10 @@ "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",

@@ -108,7 +116,7 @@ "jspm": {

"devDependencies": {
"@bevry/update-contributors": "^1.12.0",
"assert-helpers": "^6.13.0",
"kava": "^5.7.0",
"projectz": "^2.10.1",
"valid-directory": "^2.5.0"
"@bevry/update-contributors": "^1.13.0",
"assert-helpers": "^6.15.0",
"kava": "^5.8.0",
"projectz": "^2.11.0",
"valid-directory": "^2.6.0"
},

@@ -119,15 +127,15 @@ "scripts": {

"our:deploy": "echo no need for this project",
"our:meta": "yarn run our:meta:contributors && yarn run our:meta:projectz",
"our:meta": "npm run our:meta:contributors && npm run our:meta:projectz",
"our:meta:contributors": "update-contributors",
"our:meta:projectz": "projectz compile",
"our:release": "yarn run our:release:prepare && yarn run our:release:check-changelog && yarn run our:release:check-dirty && yarn run our:release:tag && yarn run our:release:push",
"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",
"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:release:check-dirty": "git diff --exit-code",
"our:release:prepare": "yarn run our:clean && yarn run our:compile && yarn run our:test && yarn run our:meta",
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta",
"our:release:push": "git push origin master && git push origin --tags",
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"",
"our:setup": "yarn run our:setup:install",
"our:setup:install": "yarn install --ignore-engines",
"our:test": "yarn run our:verify && yarn test",
"our:verify": "yarn run our:verify:directory",
"our:setup": "npm run our:setup:install",
"our:setup:install": "npm install",
"our:test": "npm run our:verify && npm test",
"our:verify": "npm run our:verify:directory",
"our:verify:directory": "valid-directory",

@@ -134,0 +142,0 @@ "test": "node ./source/test.js"

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

<script type="module">
import * as pkg from '//dev.jspm.io/domain-browser@4.11.0'
import * as pkg from '//dev.jspm.io/domain-browser@4.12.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