Socket
Socket
Sign inDemoInstall

@nikitajs/log

Package Overview
Dependencies
96
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nikitajs/log

Provides Nikita actions for logging.


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Nikita "log" package

The "log" package provides Nikita actions for logging.

Usage

import "@nikitajs/log/register";
import nikita from "@nikitajs/core";

await nikita
  .log.cli()
  .log.csv({
    basedir: "~/.log",
  })
  .execute({
    $header: "Whoami",
    command: "whoami",
  });

Keywords

FAQs

Last updated on 22 Dec 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc