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

@nexssp/system

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexssp/system

System functions not only for the Nexss Programmer

  • 1.1.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
67
decreased by-36.79%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 02 Apr 2022

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

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