Socket
Socket
Sign inDemoInstall

errlop

Package Overview
Dependencies
0
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-next.1576046684.95552244bf860eb18e4041a3ee1f82731fb86c12 to 2.0.0-next.1576083945.293662176015e2cbf51d775cb0c21d65b3ba965b

2

package.json
{
"name": "errlop",
"version": "2.0.0-next.1576046684.95552244bf860eb18e4041a3ee1f82731fb86c12",
"version": "2.0.0-next.1576083945.293662176015e2cbf51d775cb0c21d65b3ba965b",
"description": "An extended Error class that envelops a parent error, such that the stack trace contains the causation",

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

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

``` javascript
const Errlop = require('errlop')
import Errlop from 'errlop'
const a = new Errlop('AError')

@@ -74,0 +74,0 @@ const b = new Errlop('BError', a)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc