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

@nuxtjs/youch

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/youch - npm Package Compare versions

Comparing version 4.2.1 to 4.2.2

2

package.json

@@ -6,3 +6,3 @@ {

},
"version": "4.2.1",
"version": "4.2.2",
"description": "Pretty error reporting for Node.js 🚀 (Modified for Nuxt.js & SSR Bundles)",

@@ -9,0 +9,0 @@ "main": "src/Youch/index.js",

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

':' + (frame.getLineNumber() || 0) +
this.addCol ? (':' + (frame.getColumnNumber() || 0)) : ''
(this.addCol ? (':' + (frame.getColumnNumber() || 0)) : '')
}

@@ -199,0 +199,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