New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 0.1.2

2

dist/index.js

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

const logName = options.name ? `${options.name} ` : '';
const brand = options.brand ? (0, chalk_1.default) ` {blue ${options.brand}} ` : '';
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.1",
"version": "0.1.2",
"publishConfig": {

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

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