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

exa-logger

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exa-logger - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

9

dist/index.d.ts

@@ -1,9 +0,2 @@

type LogLevel = 'INFO' | 'WARN' | 'ERROR';
declare const ExaLogger: {
log: (level: LogLevel, ...messages: any) => {
info: (...msgs: any) => any;
warn: (...msgs: any) => any;
error: (...msgs: any) => any;
};
info: (...messages: any) => {

@@ -26,2 +19,2 @@ info: (...msgs: any) => any;

export { ExaLogger };
export { ExaLogger as default };

8

dist/index.js

@@ -33,3 +33,3 @@ "use strict";

__export(src_exports, {
ExaLogger: () => ExaLogger
default: () => src_default
});

@@ -70,3 +70,2 @@ module.exports = __toCommonJS(src_exports);

var ExaLogger = {
log,
info,

@@ -76,5 +75,2 @@ warn,

};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
ExaLogger
});
var src_default = ExaLogger;
{
"name": "exa-logger",
"version": "1.0.11",
"version": "1.0.12",
"description": "Advanced JavaScript logger for debugging.",

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

@@ -42,7 +42,8 @@ import dayjs from 'dayjs';

export const ExaLogger = {
log,
const ExaLogger = {
info,
warn,
error,
};
};
export default ExaLogger;

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