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 3.1.0 to 3.2.0-next.1590061280.f49ca9b0950cb8e34f81447538a5465c33808363

4

HISTORY.md
# History
## v3.2.0 2020 May 21
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v3.1.0 2020 May 21

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

9

package.json
{
"name": "errlop",
"version": "3.1.0",
"version": "3.2.0-next.1590061280.f49ca9b0950cb8e34f81447538a5465c33808363",
"description": "An extended Error class that envelops a parent error, such that the stack trace contains the causation",

@@ -18,2 +18,4 @@ "homepage": "https://github.com/bevry/errlop",

"simple",
"typed",
"types",
"typescript",

@@ -114,2 +116,3 @@ "verror"

],
"types": "./compiled-types/",
"type": "commonjs",

@@ -125,6 +128,6 @@ "main": "edition-es5/index.js",

"eslint": "^7.0.0",
"eslint-config-bevry": "^3.5.0",
"eslint-config-bevry": "^3.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"kava": "^5.1.0",
"kava": "^5.2.0",
"prettier": "^2.0.5",

@@ -131,0 +134,0 @@ "projectz": "^2.2.0",

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

<script type="module">
import pkg from '//cdn.pika.dev/errlop/^3.1.0'
import pkg from '//cdn.pika.dev/errlop/^3.2.0'
</script>

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

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

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

<script type="module">
import pkg from '//dev.jspm.io/errlop@3.1.0'
import pkg from '//dev.jspm.io/errlop@3.2.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