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

errorex

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

errorex - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

10

package.json
{
"name": "errorex",
"description": "'Extensible Error Class' implementation and predefined additional error types for javascript",
"version": "1.0.5",
"version": "1.0.6",
"author": "Panates Ltd.",

@@ -20,10 +20,10 @@ "contributors": [

"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.7.2",
"babel-eslint": "^8.0.1",
"eslint": "^4.9.0",
"eslint-config-google": "^0.9.1",
"istanbul": "^0.4.5",
"mocha": "^3.5.3"
"mocha": "^4.0.1"
},
"engines": {
"node": ">= 0.10"
"node": ">= 4.0"
},

@@ -30,0 +30,0 @@ "directories": {

@@ -60,3 +60,3 @@ # ErrorEx

function MyError() {
MyError.apply(this, arguments);
ErrorEx.apply(this, arguments);
this.myproperty = 1000;

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