Socket
Socket
Sign inDemoInstall

youch

Package Overview
Dependencies
3
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

8

package.json
{
"name": "youch",
"version": "3.1.0",
"version": "3.1.1",
"description": "HTML Pretty error stack viewer",

@@ -28,4 +28,4 @@ "main": "src/Youch.js",

"standard": "^16.0.4",
"supertest": "^6.2.1",
"uglify-js": "^3.14.5"
"supertest": "^6.2.2",
"uglify-js": "^3.15.1"
},

@@ -38,3 +38,3 @@ "config": {

"dependencies": {
"cookie": "^0.4.1",
"cookie": "^0.4.2",
"mustache": "^4.2.0",

@@ -41,0 +41,0 @@ "stacktracey": "^2.1.8"

@@ -45,3 +45,3 @@ 'use strict'

/**
/**
* We ignore the error when "fileURLToPath" is unable to parse

@@ -51,6 +51,6 @@ * the path, since returning the frame source is an optional

*/
try {
path = path.startsWith('file:') ? fileURLToPath(path) : path
} catch {
}
try {
path = path.startsWith('file:') ? fileURLToPath(path) : path
} catch {
}

@@ -304,3 +304,3 @@ return new Promise((resolve) => {

*/
toggleShowAllFrames() {
toggleShowAllFrames () {
this.showAllFrames = !this.showAllFrames

@@ -307,0 +307,0 @@ return this

Sorry, the diff of this file is not supported yet

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