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 5.0.0-beta.19 to 5.0.0-beta.20

2

package.json
{
"name": "electron-log",
"version": "5.0.0-beta.19",
"version": "5.0.0-beta.20",
"description": "Just a simple logging module for your Electron application",

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

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

logId = null;
scope = scopeFactory(this);
scope = null;
transports = {};

@@ -48,2 +48,3 @@ variables = {};

this.variables = variables || {};
this.scope = scopeFactory(this);

@@ -50,0 +51,0 @@ this.addLevel('log', false);

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