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

loggerism

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

loggerism - npm Package Compare versions

Comparing version 2.3.9 to 2.3.10

1

lib/error.d.ts

@@ -6,4 +6,3 @@ export declare const dumpError: (e: Error) => {

callstack: string | undefined;
raw: string;
};
};

3

lib/error.js

@@ -8,4 +8,3 @@ 'use strict'

message: e.message,
callstack: e.stack,
raw: JSON.stringify(e)
callstack: e.stack
}

@@ -12,0 +11,0 @@ }

@@ -130,4 +130,3 @@ 'use strict'

callstack: error.stack,
name: 'Error',
raw: '{}'
name: 'Error'
}

@@ -149,4 +148,3 @@ })

callstack: error.stack,
name: 'Error',
raw: '{}'
name: 'Error'
}

@@ -169,4 +167,3 @@ })

callstack: error1.stack,
name: 'Error',
raw: '{}'
name: 'Error'
}

@@ -194,4 +191,3 @@ })

callstack: error.stack,
name: 'Error',
raw: '{}'
name: 'Error'
}

@@ -217,4 +213,3 @@ })

callstack: error.stack,
name: 'Error',
raw: '{}'
name: 'Error'
}

@@ -241,4 +236,3 @@ })

callstack: error1.stack,
name: 'Error',
raw: '{}'
name: 'Error'
}

@@ -245,0 +239,0 @@ })

{
"name": "loggerism",
"version": "2.3.9",
"version": "2.3.10",
"description": "Yet another logger abstraction",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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