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

@xylabs/log

Package Overview
Dependencies
Maintainers
0
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/log - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

dist/neutral/index.d.ts.map

20

dist/neutral/index.d.ts

@@ -1,18 +0,2 @@

interface LogConfig {
commitHash?: string;
devMode?: boolean;
payload?: Record<string, unknown>;
rollbarToken?: string;
}
declare class Log {
private devMode?;
private rollbar?;
constructor(config: LogConfig);
debug(...params: any[]): void;
error(...params: any[]): void;
info(...params: any[]): void;
log(...params: any[]): void;
warn(...params: any[]): void;
}
export { Log, type LogConfig };
export * from './Log.ts';
//# sourceMappingURL=index.d.ts.map
{
"name": "@xylabs/log",
"version": "4.0.3",
"version": "4.0.4",
"description": "Base functionality used throughout XY Labs TypeScript/JavaScript libraries",

@@ -44,4 +44,4 @@ "keywords": [

"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"rollbar": "^2.26.4",

@@ -48,0 +48,0 @@ "typescript": "^5.5.4"

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