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

@gradientedge/logger

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gradientedge/logger - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

6

dist/logger.js

@@ -10,2 +10,3 @@ "use strict";

const json_stringify_safe_1 = __importDefault(require("json-stringify-safe"));
const node_console_1 = require("node:console");
class Logger {

@@ -26,3 +27,6 @@ constructor(options) {

else {
this.transport = Object.assign({}, console);
this.transport = new node_console_1.Console({
stdout: process.stdout,
stderr: process.stderr,
});
}

@@ -29,0 +33,0 @@ }

2

dist/mask.d.ts

@@ -5,3 +5,3 @@ /**

*/
export declare function maskSensitiveData(data: unknown): unknown;
export declare function maskSensitiveData(data: unknown): {} | null | undefined;
//# sourceMappingURL=mask.d.ts.map
{
"name": "@gradientedge/logger",
"version": "2.0.0",
"version": "3.0.0",
"description": "Request-context sensitive logger package",

@@ -5,0 +5,0 @@ "author": "Jimmy Thomson <jimmy@gradientedge.com>",

Sorry, the diff of this file is not supported yet

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