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.
Build user-friendly command-line forms easily.
$ npm install cli-form
var NewForm = require('cli-form')
var form = NewForm('~/.projects', [
{ key: "github", title: "What's your Github handle?", default: process.env.USER, forOnce: true },
{ key: "workspace", title: "Where do you keep your code?", default: process.cwd(), forOnce: true },
{ key: "name", title: "What's your new project name?", expect: { len: [1] } },
{ title: "Starter", desc: "user/repo (Github) or a full Git URL to clone.", default: "bud/react-starter" },
{ title: "Github Repo?", default: "{github}/{name}" }
])
form.ask(function (answers) {
answers.github
// => azer
answers.starter
// => bud/go-starter
})
cli-form is a wrapper for cli-qa module. In addition to what cli-qa's Reference lists;
FAQs
This package name is not currently in use, but was formerly occupied by a popular package. To avoid malicious use, npm is hanging on to the package name, but loosely, and we'll probably give it to you if you want it.
We found that cli-form demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.