error-stack-parser
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -9,4 +9,4 @@ { | ||
], | ||
"version": "2.0.0", | ||
"license": "Unlicense", | ||
"version": "2.0.1", | ||
"license": "MIT", | ||
"keywords": [ | ||
@@ -20,3 +20,3 @@ "stacktrace", | ||
"dependencies": { | ||
"stackframe": "^1.0.2" | ||
"stackframe": "^1.0.3" | ||
}, | ||
@@ -58,2 +58,3 @@ "repository": { | ||
"main": "./error-stack-parser.js", | ||
"typings": "./error-stack-parser.d.ts", | ||
"files": [ | ||
@@ -63,2 +64,3 @@ "LICENSE", | ||
"error-stack-parser.js", | ||
"error-stack-parser.d.ts", | ||
"dist/" | ||
@@ -65,0 +67,0 @@ ], |
error-stack-parser.js - Extract meaning from JS Errors | ||
=============== | ||
[![Build Status](https://travis-ci.org/stacktracejs/error-stack-parser.svg?branch=master)](https://travis-ci.org/stacktracejs/error-stack-parser) [![Coverage Status](https://img.shields.io/coveralls/stacktracejs/error-stack-parser.svg)](https://coveralls.io/r/stacktracejs/error-stack-parser) [![GitHub license](https://img.shields.io/github/license/stacktracejs/error-stack-parser.svg)](http://unlicense.org) | ||
[![Build Status](https://img.shields.io/travis/stacktracejs/error-stack-parser/master.svg?style=flat-square)](https://travis-ci.org/stacktracejs/error-stack-parser) | ||
[![Coverage Status](https://img.shields.io/coveralls/stacktracejs/error-stack-parser.svg?style=flat-square)](https://coveralls.io/r/stacktracejs/error-stack-parser?branch=master) | ||
[![GitHub license](https://img.shields.io/github/license/stacktracejs/error-stack-parser.svg?style=flat-square)](https://opensource.org/licenses/MIT) | ||
[![size with dependencies](https://img.shields.io/badge/size-4.8k-green.svg?style=flat-square)](https://github.com/stacktracejs/error-stack-parser/releases) | ||
[![gzip size](https://img.shields.io/badge/gzipped-1.8k-green.svg?style=flat-square)](https://github.com/stacktracejs/error-stack-parser/releases) | ||
[![module format](https://img.shields.io/badge/module%20format-umd-lightgrey.svg?style=flat-square&colorB=ff69b4)](https://github.com/stacktracejs/error-stack-parser/releases) | ||
[![code of conduct](https://img.shields.io/badge/code%20of-conduct-lightgrey.svg?style=flat-square&colorB=ff69b4)](http://todogroup.org/opencodeofconduct/#stacktrace.js/me@eriwen.com) | ||
@@ -5,0 +11,0 @@ Simple, cross-browser [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) parser. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
49333
10
409
44
1
Updatedstackframe@^1.0.3