🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

error-stack-parser

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error-stack-parser

Extract meaning from JS Errors

Source
npmnpm
Version
0.2.4
Version published
Weekly downloads
18M
-14.98%
Maintainers
1
Weekly downloads
 
Created
Source

error-stack-parser.js - Extract meaning from JS Errors

Build Status Coverage Status Code Climate

Usage

ErrorStackParser.parse(new Error("sample"));

=> [StackFrame('funName1', [], 'path/to/file.js', 35, 79), StackFrame(..)]

Installation

npm install error-stack-parser
bower install error-stack-parser
https://raw.githubusercontent.com/stacktracejs/error-stack-parser/master/dist/error-stack-parser.min.js

Keywords

stacktrace

FAQs

Package last updated on 30 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts