Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

es6-error

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es6-error - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

bower.json

6

dist/index.js

@@ -32,3 +32,4 @@ 'use strict';

enumerable: false,
value: this.constructor.name
value: this.constructor.name,
writable: true
});

@@ -43,3 +44,4 @@

enumerable: false,
value: new Error(message).stack
value: new Error(message).stack,
writable: true
});

@@ -46,0 +48,0 @@ }

{
"name": "es6-error",
"version": "2.1.0",
"version": "2.1.1",
"description": "Easily-extendable error for use with ES6 classes",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -15,2 +15,3 @@ class ExtendableError extends Error {

value : this.constructor.name,
writable : true,
});

@@ -26,2 +27,3 @@

value : (new Error(message)).stack,
writable : true,
});

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