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

normalize-exception

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-exception - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

4

build/src/stack.js

@@ -14,3 +14,3 @@ import{setErrorProperty}from"./descriptors.js";

if(error.stack.startsWith(header)){
if(error.stack.includes(header)){
return;

@@ -27,2 +27,4 @@ }

const getStackHeader=function(error){

@@ -29,0 +31,0 @@ return`${error.name}: ${error.message}`;

{
"name": "normalize-exception",
"version": "1.4.1",
"version": "1.4.2",
"type": "module",

@@ -57,4 +57,4 @@ "exports": "./build/src/main.js",

"is-plain-obj": "^4.1.0",
"safe-json-value": "^1.2.0"
"safe-json-value": "^1.5.0"
}
}

Sorry, the diff of this file is not supported yet

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