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.0.3 to 4.0.4

3

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

@@ -38,2 +38,3 @@ "main": "src/index.js",

"devDependencies": {
"@types/node": "^13.1.8",
"electron": "*",

@@ -40,0 +41,0 @@ "eslint": "^6.6.0",

@@ -0,1 +1,3 @@

import { RequestOptions } from "http";
declare namespace ElectronLog {

@@ -269,2 +271,7 @@ type LogLevel = 'error' | 'warn' | 'info' | 'verbose' | 'debug' |

/**
* Additional options for the HTTP request
*/
requestOptions?: RequestOptions;
/**
* Server URL

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