File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ error-stack-parser.js - Extract meaning from JS Errors
22===============
33[ ![ Build Status] ( https://img.shields.io/travis/stacktracejs/error-stack-parser/master.svg?style=flat-square )] ( https://travis-ci.org/stacktracejs/error-stack-parser )
44[ ![ 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 )
5- [ ![ GitHub license] ( https://img.shields.io/github/license/stacktracejs/error-stack-parser.svg?style=flat-square )] ( http ://unlicense .org)
5+ [ ![ GitHub license] ( https://img.shields.io/github/license/stacktracejs/error-stack-parser.svg?style=flat-square )] ( https ://opensource .org/licenses/MIT )
66[ ![ size with dependencies] ( https://img.shields.io/badge/size-4.8k-green.svg?style=flat-square )] ( https://github.com/stacktracejs/error-stack-parser/releases )
77[ ![ gzip size] ( https://img.shields.io/badge/gzipped-1.8k-green.svg?style=flat-square )] ( https://github.com/stacktracejs/error-stack-parser/releases )
88[ ![ 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 )
Original file line number Diff line number Diff line change 1- // Type definitions for ErrorStackParser v1.3.3
1+ // Type definitions for ErrorStackParser v2.0.0
22// Project: https://github.com/stacktracejs/error-stack-parser
33// Definitions by: Eric Wendelin <https://www.eriwen.com>
44// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
Original file line number Diff line number Diff line change 77 " Oliver Salzburg (https://github.com/oliversalzburg)"
88 ],
99 "version" : " 2.0.0" ,
10- "license" : " Unlicense " ,
10+ "license" : " MIT " ,
1111 "keywords" : [
1212 " stacktrace" ,
1313 " error" ,
1616 ],
1717 "homepage" : " https://www.stacktracejs.com" ,
1818 "dependencies" : {
19- "stackframe" : " ^1.0.2 "
19+ "stackframe" : " ^1.0.3 "
2020 },
2121 "repository" : {
2222 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments