New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

error-render

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

error-render - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

22

package.json
{
"name": "error-render",
"version": "0.0.1",
"version": "1.0.0",
"description": "Prettify the details of the errors in the console.",

@@ -14,6 +14,7 @@ "main": "index.js",

"longjohn": "0.2.x",
"prettyjson": "1.x.x"
"prettyjson": "1.x.x",
"pretty-error": "0.1.x"
},
"devDependencies": {
"unit.js": ">= 0.1.6 < 1.0.0"
"unit.js": "0.x.x"
},

@@ -28,12 +29,17 @@ "keywords": [

"type": "git",
"url": "git+ssh://git@gitlab:rt/rt.git"
"url": "https://github.com/Nicolab/node-error-render"
},
"bugs": {
"url": "https://gitlab/rt/rt/issues"
"url": "https://github.com/Nicolab/node-error-render/issues"
},
"author": {
"name": "Nicolas Tallefourtane",
"url": "http://nicolab.net"
"name":"Nicolas Tallefourtane",
"url":"http://nicolab.net"
},
"license": "MIT"
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Nicolab/node-error-render/blob/master/LICENSE"
}
]
}

@@ -1,2 +0,2 @@

# gulp-if-else
# error-render

@@ -7,4 +7,2 @@ [![Actual version published on NPM](https://badge.fury.io/js/error-render.png)](https://www.npmjs.org/package/error-render)

## Install

@@ -30,3 +28,3 @@

Pretty JSON - Provided by [prettyjson](https://github.com/rafeca/prettyjson)
Pretty JSON
```js

@@ -42,3 +40,3 @@ er.prettyJson(error);

```
Provided by [pretty-error](https://github.com/AriaMinaei/pretty-error)
> Provided by [pretty-error](https://github.com/AriaMinaei/pretty-error)

@@ -45,0 +43,0 @@

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