Socket
Socket
Sign inDemoInstall

@grimen/mybad

Package Overview
Dependencies
15
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.4 to 0.2.5

2

package.json
{
"name": "@grimen/mybad",
"version": "0.2.4",
"version": "0.2.5",
"description": "My friendly error base class - for Node/JavaScript.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -101,3 +101,3 @@

if (error) {
this.stack = error?.stack || this.stack
this.stack = error.stack || this.stack
}

@@ -104,0 +104,0 @@

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