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 4.4.1 to 4.4.2

2

package.json
{
"name": "electron-log",
"version": "4.4.1",
"version": "4.4.2",
"description": "Just a very simple logging module for your Electron application",

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

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

function log(e) {
function log(_, e) {
expect(e.message).toBe('test-error');

@@ -29,0 +29,0 @@ done();

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

options.log(e);
options.log('Unhandled Exception', e);

@@ -38,0 +38,0 @@ if (options.showDialog && e.name.indexOf('UnhandledRejection') < 0) {

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

*/
scope?: string;
scope?: { label: 'string' };

@@ -48,0 +48,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