
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
Transform NPM package scripts into simple CLIs. Optionally, tap into
NPM configs to pass options to said
scripts. Check out lope-example for
a basic package.json example.
$ npm install --global lope-cli
$ npm install lope-example
$ lope lope-example echo --echo hello
hello
npm config, via the command line:$ npm install lope-example
$ npm config set lope-example:echo hello
$ lope lope-example echo
hello
$ npm install --global lope-example
$ lope lope-example echo --echo hello --global
hello
npm config, via the command line:$ npm install --global lope-example
$ npm config set lope-example:echo hello
$ lope lope-example echo --global
hello
{
"devDependencies": {
"lope-cli": "0.0.x",
"lope-example": "0.0.x"
},
"scripts": {
"echo": "lope lope-example echo --echo hello"
}
}
$ npm run echo
hello
FAQs
Transform NPM package scripts into simple CLIs
The npm package lope-cli receives a total of 0 weekly downloads. As such, lope-cli popularity was classified as not popular.
We found that lope-cli 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 uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.