Socket
Socket
Sign inDemoInstall

@barbershopio/iso-log

Package Overview
Dependencies
46
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.13 to 0.1.14

2

build/Log.js

@@ -205,3 +205,3 @@ 'use strict';

}
var day = now.getDate() + 1;
var day = now.getDate();
if (day < 10) {

@@ -208,0 +208,0 @@ day = '0' + day;

{
"name": "@barbershopio/iso-log",
"version": "0.1.13",
"version": "0.1.14",
"description": "An isomorphic logger with sugar on top.",

@@ -5,0 +5,0 @@ "repository": {

@@ -195,3 +195,3 @@ const chalk = require('chalk');

}
let day = now.getDate() + 1;
let day = now.getDate();
if (day < 10) {

@@ -198,0 +198,0 @@ day = '0' + day;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc