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

@dot/log

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dot/log - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/index.js

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

const logName = options.name ? `${options.name} ` : '';
const brand = (0, chalk_1.default) ` {blue ${options.brand || '@dot'}} `;
const brand = options.brand ? (0, chalk_1.default) ` {blue ${options.brand}} ` : '';
const template = `[{{time}}]${brand}${logName}{{level}} `;

@@ -28,0 +28,0 @@ const factory = new LogFactory_1.LogFactory({

{
"name": "@dot/log",
"version": "0.1.0",
"version": "0.1.1",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -7,3 +7,3 @@ # @dot/log

This module requires an [Active LTS](https://github.com/nodejs/Release) Node version (v18+).
This package requires an [Active LTS](https://github.com/nodejs/Release) Node version (v18+).

@@ -10,0 +10,0 @@ ## Install

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