Socket
Socket
Sign inDemoInstall

stacktrace-js

Package Overview
Dependencies
5
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

dist/stacktrace-with-promises-and-json-polyfills.js

13

CHANGELOG.md

@@ -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 @@

6

package.json

@@ -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)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc