Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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.13.0 to 3.14.0-next.1595353000.35c956977f38c907498f1eb8b5520bcab8dc5c36

4

HISTORY.md
# History
## v3.14.0 2020 July 22
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation)
## v3.13.0 2020 July 22

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

6

package.json
{
"name": "errlop",
"version": "3.13.0",
"version": "3.14.0-next.1595353000.35c956977f38c907498f1eb8b5520bcab8dc5c36",
"description": "An extended Error class that envelops a parent error, such that the stack trace contains the causation",

@@ -165,5 +165,5 @@ "homepage": "https://github.com/bevry/errlop",

"@typescript-eslint/parser": "^3.7.0",
"assert-helpers": "^6.17.0",
"assert-helpers": "^6.18.0",
"eslint": "^7.5.0",
"eslint-config-bevry": "^3.15.0",
"eslint-config-bevry": "^3.16.0",
"eslint-config-prettier": "^6.11.0",

@@ -170,0 +170,0 @@ "eslint-plugin-prettier": "^3.1.4",

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

``` typescript
import pkg from 'https://unpkg.com/errlop@^3.13.0/edition-deno/index.ts'
import pkg from 'https://unpkg.com/errlop@^3.14.0/edition-deno/index.ts'
```

@@ -117,3 +117,3 @@

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

@@ -126,3 +126,3 @@ ```

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

@@ -135,3 +135,3 @@ ```

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

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