🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

electrode-ota-server-logger

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrode-ota-server-logger

This project is part of the [electrode-ota-server](https://github.com/electrode-io/electrode-ota-server)

latest
npmnpm
Version
4.8.4
Version published
Weekly downloads
28
1300%
Maintainers
2
Weekly downloads
 
Created
Source

electrode-ota-server-logger

This project is part of the electrode-ota-server

It is not meant to be used standalone, use at your own risk.

Development

To run tests, ensure you have yarn and lerna installed. Run bootstrap, then use yarn test.

$ npm install -g yarn
$ lerna bootstrap
$ yarn test

Usage

In your OTA-Server config, add this plugin to the plugins list

{
  plugins:{
    "electrode-ota-server-logger": {
      priority: 1,
      options: {
        level: "warn"
      }
    }
  }
}
  • priority: Defines priority plugin is loaded. This should be 1 as other plugins depend on this plugin.
  • level: The lowest level to log. Levels below this setting will be ignored/no-op. The valid values and priority are ["error", "warn", "info", "log", "debug", "trace"].

FAQs

Package last updated on 22 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts