Socket
Socket
Sign inDemoInstall

electron-log

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-log - npm Package Compare versions

Comparing version 2.2.7 to 2.2.8

4

lib/format.js

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

.replace('{s}', pad(date.getSeconds()))
.replace('{ms}', pad(date.getMilliseconds(), 4));
.replace('{ms}', pad(date.getMilliseconds(), 3));
}

@@ -42,2 +42,2 @@

return (new Array(zeros + 1).join('0') + number).substr(-zeros, zeros);
}
}
{
"name": "electron-log",
"version": "2.2.7",
"version": "2.2.8",
"description": "Just a very simple logging module for your Electron application",

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

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