Socket
Socket
Sign inDemoInstall

@nexssp/system

Package Overview
Dependencies
27
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nexssp/system

System functions not only for the Nexss Programmer


Version published
Maintainers
1
Created

Readme

Source

@nexssp/system

This module is experimental.

  • 1.1.0 - upgraded @nexssp/extend to 2.0.1, structure changed. more testing done. still experimental.
  • 1.0.8 - new function nExec. Different aproach to run commands. If nSpawn has any issues this can be a solution. Keep in mind this module is experimental.
  • 1.0.6 - stripTerminalColors - removes from putput the colors, so the output is just a text.
// To output just to the terminal use option: `{stdio: 'inherit'}`
// To strip the terminal colors use `stripTerminalColors`
const result = nSpawn("nexss Id --something='x y z'", { stripTerminalColors: true });

{exitCode: int,
stderr: string,
stdout: string
cmd: string
args: array // parsed arguments (1.0.7+)
command: string // just orginal command (1.0.7+)
}

Keywords

FAQs

Last updated on 02 Apr 2022

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