Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sidneys/logger

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sidneys/logger - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

8

index.js

@@ -46,5 +46,7 @@ 'use strict';

let electronArgvObj = {};
const { remote } = tryRequire('electron');
if (remote && remote.process) {
try { electronArgvObj = minimist(remote.process.argv); } catch (err) {}
const electron = tryRequire('electron');
if (electron && electron.remote && electron.remote.process) {
try {
electronArgvObj = minimist(electron.remote.process.argv);
} catch (err) {}
}

@@ -51,0 +53,0 @@

{
"name": "@sidneys/logger",
"version": "1.0.2",
"version": "1.0.3",
"description": "ES6-based logger with focus on Electron cross-platform Desktop apps",

@@ -5,0 +5,0 @@ "license": "MIT",

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