Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
nodecg-cli
Advanced tools
NodeCG's command line interface.
❗ WARNING: As of NodeCG v2,
nodecg-cli
versions earlier than v8.6.1 are no longer supported and will fail to install NodeCG v2 or greater. Please upgrade your installation ofnodecg-cli
by runningnpm install -g nodecg-cli@latest
.
First, make sure you have git installed, and that it is in your PATH. Then, install bower, which may be used to install bundles' dependencies:
npm install -g bower
Once those are installed, you may install nodecg-cli via npm:
npm install -g nodecg-cli
Installing nodecg-cli
does not install NodeCG
.
To install an instance of NodeCG
, use the setup
command in an empty directory:
mkdir nodecg
cd nodecg
nodecg setup
nodecg setup [version] [--update]
, install a new instance of NodeCG. version
is a semver range.
If version
is not supplied, the latest release will be installed.
Enable --update
flag to install over an existing copy of NodeCG.nodecg start
, start the NodeCG instance in this directory pathnodecg install [repo] [--dev]
, install a bundle by cloning a git repo.
Can be a GitHub owner/repo pair (supportclass/lfg-sublistener
) or https git url (https://github.com/SupportClass/lfg-sublistener.git
).
If run in a bundle directory with no arguments, installs that bundle's dependencies.
Enable --dev
flag to install the bundle's devDependencies
.nodecg uninstall <bundle>
, uninstall a bundlenodecg defaultconfig
, If a bundle has a configschema.json
present in its root, this command will create a default
config file at nodecg/cfg/:bundleName.json
with defaults based on that schema.nodecg schema-types [dir]
, Generate d.ts TypeScript typedef files from Replicant schemas and configschema.json (if present)This CLI program is based on Tim Santeford's commander.js starter.
FAQs
The NodeCG command line interface.
The npm package nodecg-cli receives a total of 31 weekly downloads. As such, nodecg-cli popularity was classified as not popular.
We found that nodecg-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.