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

@dynamic-labs/logger

Package Overview
Dependencies
Maintainers
1
Versions
633
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynamic-labs/logger - npm Package Compare versions

Comparing version 3.0.0-alpha.66 to 3.0.0-alpha.67

2

package.json
{
"name": "@dynamic-labs/logger",
"version": "3.0.0-alpha.66",
"version": "3.0.0-alpha.67",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -44,2 +44,3 @@ import EventEmitter from 'eventemitter3';

log(level: LogLevel, message: Message, ...args: any[]): void;
logVerboseTroubleshootingMessage(message: string | Error | unknown, ...args: any[]): void;
debug(message: Message, ...args: any[]): void;

@@ -46,0 +47,0 @@ info(message: Message, ...args: any[]): void;

@@ -184,2 +184,5 @@ 'use client'

}
logVerboseTroubleshootingMessage(message, ...args) {
this.log(-1, message, ...args);
}
debug(message, ...args) {

@@ -186,0 +189,0 @@ this.log(LogLevel.DEBUG, message, ...args);

Sorry, the diff of this file is too big to display

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