Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ouch

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ouch - npm Package Compare versions

Comparing version 0.2.0-beta to 1.0.0

LICENSE

2

exception/Inspector.js

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

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc