Comparing version 0.2.0-beta to 1.0.0
@@ -9,3 +9,3 @@ /** | ||
var stackTrace = require('stack-trace'); | ||
var stackTrace = require('@positron/stack-trace'); | ||
var frameModifier = require('./frame'); | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "ouch", | ||
"version": "0.2.0-beta", | ||
"version": "1.0.0", | ||
"description": "Javascript error handling for cool kids", | ||
@@ -35,3 +35,3 @@ "main": "Ouch.js", | ||
"lodash": "^3.3.1", | ||
"stack-trace": "git+https://github.com/harishanchu/node-stack-trace.git" | ||
"@positron/stack-trace": "1.0.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -8,2 +8,3 @@ Ouch | ||
[![Build Status](https://travis-ci.org/quorrajs/Ouch.svg?branch=master)](https://travis-ci.org/quorrajs/Ouch) | ||
[![Quality](https://codeclimate.com/github/quorrajs/Ouch/badges/gpa.svg)](https://codeclimate.com/github/quorrajs/Ouch) | ||
[![Documentation Status](https://readthedocs.org/projects/ouch/badge/?version=latest)](https://readthedocs.org/projects/ouch/?badge=latest) | ||
@@ -92,2 +93,6 @@ | ||
- Add more handlers. | ||
- Add more handlers. | ||
## License | ||
Ouch is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT). |
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
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
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
86503
1
97
0
+ Added@positron/stack-trace@1.0.0
+ Added@positron/stack-trace@1.0.0(transitive)
- Removedstack-trace@git+https://github.com/harishanchu/node-stack-trace.git