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.0.1 to 2.0.2

5

lib/transports/file/index.js

@@ -29,3 +29,6 @@ 'use strict';

if (getStreamSize(transport.stream) > transport.maxSize) {
var needLogRotation = transport.maxSize > 0 &&
getStreamSize(transport.stream) > transport.maxSize;
if (needLogRotation) {
archiveLog(transport.stream);

@@ -32,0 +35,0 @@ openStream();

2

package.json
{
"name": "electron-log",
"version": "2.0.1",
"version": "2.0.2",
"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