stacktrace-js
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,14 @@ | ||
## v1.1.0 | ||
### Better parsing | ||
Updated [error-stack-parser](https://github.com/stacktracejs/error-stack-parser) to v1.3 which parses eval stack entries in a better way and fixes a bunch of bugs. | ||
### Better resource handling | ||
Updated [stacktrace-gps](https://github.com/stacktracejs/stacktrace-gps). Now reuses the same instance to avoid duplicate requests for the same resource by default. | ||
### Better dev experience | ||
JSCS and automated PR testing have been implemented to ensure consistent styles and quick feedback. | ||
> Possibly breaking changes: ErrorStackParser now provides it's own polyfill for `Array.map` and `Array.filter`. `eval` information is will display differently in stack traces. | ||
## v1.0.0 | ||
@@ -2,0 +15,0 @@ |
@@ -5,7 +5,7 @@ { | ||
"maintainers": [ | ||
"Eric Wendelin <me@eriwen.com> (http://www.eriwen.com)", | ||
"Eric Wendelin <me@eriwen.com> (https://www.eriwen.com)", | ||
"Victor Homyakov <vkhomyackov@gmail.com> (https://github.com/victor-homyakov)", | ||
"Oliver Salzburg (https://github.com/oliversalzburg)" | ||
], | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"license": "Unlicense", | ||
@@ -37,2 +37,3 @@ "keywords": [ | ||
"gulp-jshint": "^1.12.0", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-sourcemaps": "^1.5.2", | ||
@@ -44,2 +45,3 @@ "gulp-uglify": "^1.5.1", | ||
"jscs": "^2.9.0", | ||
"jsdoc-dash-template": "^1.2.0", | ||
"json3": "^3.3.2", | ||
@@ -46,0 +48,0 @@ "karma": "^0.13.15", |
# stacktrace.js | ||
## Framework-agnostic, micro-library for getting stack traces in all web browsers | ||
Generate, parse and enhance JavaScript stack traces in all browsers | ||
[![Build Status](https://travis-ci.org/stacktracejs/stacktrace.js.svg?branch=master)](https://travis-ci.org/stacktracejs/stacktrace.js) [![Coverage Status](https://img.shields.io/coveralls/stacktracejs/stacktrace.js.svg)](https://coveralls.io/r/stacktracejs/stacktrace.js?branch=master) [![GitHub license](https://img.shields.io/github/license/stacktracejs/stacktrace.js.svg)](http://unlicense.org) | ||
@@ -12,3 +13,3 @@ | ||
#### Upgrading? Check the [0.x -> 1.x Migration Guide](http://www.stacktracejs.com/#!/docs/v0-migration-guide) | ||
#### Upgrading? Check the [0.x -> 1.x Migration Guide](https://www.stacktracejs.com/#!/docs/v0-migration-guide) | ||
@@ -150,9 +151,9 @@ ## Usage | ||
Want to be listed as a *Contributor*? Start with the [Contributing Guide](https://github.com/stacktracejs/stacktrace.js/blob/master/CONTRIBUTING.md)! | ||
Want to be listed as a *Contributor*? Start with the [Contributing Guide](https://github.com/stacktracejs/stacktrace.js/blob/master/.github/CONTRIBUTING.md)! | ||
This project is made possible due to the efforts of these fine people: | ||
* [Eric Wendelin](http://www.eriwen.com) | ||
* [Eric Wendelin](https://www.eriwen.com) | ||
* [Victor Homyakov](https://github.com/victor-homyakov) | ||
* [Oliver Salzburg](https://github.com/oliversalzburg) | ||
* [Many others](https://github.com/stacktracejs/stacktrace.js/graphs/contributors) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
506556
11
3203
158
29
2
3