Socket
Socket
Sign inDemoInstall

errlop

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errlop - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0-next.1627422627.3b2f363445def65096f1046126125082463455b6

4

HISTORY.md
# History
## v4.3.0 2021 July 28
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v4.2.0 2021 June 14

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

22

package.json
{
"name": "errlop",
"version": "4.2.0",
"version": "4.3.0-next.1627422627.3b2f363445def65096f1046126125082463455b6",
"description": "An extended Error class that envelops a parent error, such that the stack trace contains the causation",

@@ -150,6 +150,6 @@ "homepage": "https://github.com/bevry/errlop",

"@bevry/update-contributors": "^1.18.0",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"assert-helpers": "^8.1.0",
"eslint": "^7.28.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"assert-helpers": "^8.2.0",
"eslint": "^7.31.0",
"eslint-config-bevry": "^3.23.0",

@@ -159,9 +159,9 @@ "eslint-config-prettier": "^8.3.0",

"kava": "3.2.0",
"make-deno-edition": "^1.2.0",
"prettier": "^2.3.1",
"make-deno-edition": "^1.3.0",
"prettier": "^2.3.2",
"projectz": "^2.18.0",
"surge": "^0.23.0",
"typedoc": "^0.20.36",
"typescript": "4.2.4",
"valid-directory": "^3.6.0",
"typedoc": "^0.21.4",
"typescript": "4.3.5",
"valid-directory": "^3.7.0",
"valid-module": "^1.15.0"

@@ -187,3 +187,3 @@ },

"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:push": "git push origin && 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\"",

@@ -190,0 +190,0 @@ "our:setup": "npm run our:setup:install",

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

<script type="module">
import pkg from '//cdn.skypack.dev/errlop@^4.2.0'
import pkg from '//cdn.skypack.dev/errlop@^4.3.0'
</script>

@@ -119,3 +119,3 @@ ```

<script type="module">
import pkg from '//unpkg.com/errlop@^4.2.0'
import pkg from '//unpkg.com/errlop@^4.3.0'
</script>

@@ -128,3 +128,3 @@ ```

<script type="module">
import pkg from '//dev.jspm.io/errlop@4.2.0'
import pkg from '//dev.jspm.io/errlop@4.3.0'
</script>

@@ -131,0 +131,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