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.3.0-next.1627422627.3b2f363445def65096f1046126125082463455b6 to 4.5.0-next.1627592648.6c91c09cbeef49da8e0497c3cc0589fbf8194d03

8

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

@@ -4,0 +12,0 @@

16

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

@@ -114,3 +114,3 @@ "homepage": "https://github.com/bevry/errlop",

"engines": {
"node": "4 || 6 || 8 || 10 || 12 || 14",
"node": "4 || 6 || 8 || 10 || 12 || 14 || 16",
"browsers": false

@@ -130,3 +130,3 @@ }

"engines": {
"node": "12 || 14",
"node": "12 || 14 || 16",
"browsers": false

@@ -151,8 +151,8 @@ }

"devDependencies": {
"@bevry/update-contributors": "^1.18.0",
"@bevry/update-contributors": "^1.19.0",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"assert-helpers": "^8.2.0",
"assert-helpers": "^8.4.0",
"eslint": "^7.31.0",
"eslint-config-bevry": "^3.23.0",
"eslint-config-bevry": "^3.26.0",
"eslint-config-prettier": "^8.3.0",

@@ -163,3 +163,3 @@ "eslint-plugin-prettier": "^3.4.0",

"prettier": "^2.3.2",
"projectz": "^2.18.0",
"projectz": "^2.21.0",
"surge": "^0.23.0",

@@ -169,3 +169,3 @@ "typedoc": "^0.21.4",

"valid-directory": "^3.7.0",
"valid-module": "^1.15.0"
"valid-module": "^1.16.0"
},

@@ -172,0 +172,0 @@ "scripts": {

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

[Complete API Documentation.](http://master.errlop.bevry.surge.sh/docs/globals.html)
[Complete API Documentation.](http://master.errlop.bevry.surge.sh/docs/)

@@ -111,3 +111,3 @@ ```javascript

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

@@ -120,3 +120,3 @@ ```

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

@@ -129,3 +129,3 @@ ```

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

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