Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@labshare/lsc
Advanced tools
npm i -g @labshare/lsc
Run lsc help
to display a list of available commands.
To define the cliDir and packageDependencies, you can use the lsc
property at package.json
"lsc": {
"cliDir": "dist/cli",
"packageDependencies":[]
},
In the example , lsc is reading the package's cli commands from the cliDir
directory, also
is checking the packageDependencies from the same section.
The add commands from other cli's labShare packages, you will need to specify the packageDependencies
property at
the package.json file. This property can be defined inside the lsc
property or as a root property at the package.json
file.
This is an array of all the projects which contains cli commands, for example:
"packageDependencies": [
"@labshare/services",
"@labshare/lsc"
],
In the example , lsc is reading the package's cli commands from each module declared at packageDependencies
,
npm test
FAQs
Lab Share Command
The npm package @labshare/lsc receives a total of 74 weekly downloads. As such, @labshare/lsc popularity was classified as not popular.
We found that @labshare/lsc demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 20 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.