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

error-handler-e2

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error-handler-e2 - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

package.json
{
"name": "error-handler-e2",
"version": "2.1.1",
"version": "2.1.2",
"description": "This is handle error package",

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

# Error Handler E2
[![Build Status](https://travis-ci.org/miladezzat/error-handler-e2.svg?branch=master)](https://travis-ci.org/miladezzat/error-handler-e2)
[![npm version](https://badge.fury.io/js/error-handler-e2.svg)](https://badge.fury.io/js/error-handler-e2)
[![npm version](https://badge.fury.io/js/error-handler-e2.svg)](https://badge.fury.io/js/error-handler-e2) 
This package will help you to handle errors, and logging errors with nice style for debugging

@@ -5,0 +6,0 @@

const assert = require('assert');
const {getColor} = require("../index")
const { getColor } = require("../helpers")

@@ -8,5 +8,5 @@ describe('Colors', function () {

it('should log red color with red colored', function () {
console.log(getColor("FgRed"), 'red color');
console.log(getColor("FgRed"), 'red color');
});
});
});
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