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

2

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

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

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

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

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

@@ -413,5 +413,6 @@ import { RequestOptions } from 'http';

onError?(options: {
createIssue: (url: string, data: ReportData | any) => void,
error: Error,
processType: 'browser' | 'renderer',
versions: { app: string; electron: string; os: string },
createIssue: (url: string, data: ReportData | any) => void,
}): void;

@@ -418,0 +419,0 @@ }

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