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.5 to 5.0.0-beta.6

2

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

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

@@ -34,3 +34,10 @@ 'use strict';

const createIssue = this.createIssue;
if (onError({ createIssue, error, processType, versions }) === false) {
const result = onError({
createIssue,
error,
errorName,
processType,
versions,
});
if (result === false) {
return;

@@ -37,0 +44,0 @@ }

@@ -415,2 +415,3 @@ import { RequestOptions } from 'http';

error: Error,
errorName: 'Unhandled' | 'Unhandled rejection',
processType: 'browser' | 'renderer',

@@ -417,0 +418,0 @@ versions: { app: string; electron: string; os: string },

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