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

pretty-error

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pretty-error - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

2

package.json
{
"name": "pretty-error",
"version": "0.1.9",
"version": "0.1.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "scripts/js/lib/PrettyError.js",

@@ -85,3 +85,3 @@ # PrettyError

// this is a simple selector to the element that says 'Error'
'pretty-error > header > title > kind':
'pretty-error > header > title > kind': {

@@ -107,3 +107,3 @@ // which we can hide:

// I could use black, red, green, yellow, blue, magenta, cyan, white,
// we can use black, red, green, yellow, blue, magenta, cyan, white,
// grey, bright-red, bright-green, bright-yellow, bright-blue,

@@ -255,3 +255,3 @@ // bright-magenta, bright-cyan, and bright-white

#### Modifying each trace line's conents
#### Modifying each trace line's contents
```javascript

@@ -281,4 +281,9 @@ pe.filter(function(traceLine, lineNumber){

#### P.S
#### P.S.
If you're on windows, you can get better typography by using an alternative console. I use [ConEmu](http://conemu.codeplex.com).
* If you're on windows, you can get better typography by using an alternative console. I use [ConEmu](http://conemu.codeplex.com).
* Also check out [PrettyMonitor](https://github.com/AriaMinaei/pretty-monitor) if you're using [when.js](https://github.com/cujojs/when). It's PrettyError wrapped to report unhandled when.js rejections.
## License
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