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.
asset-assistant
Advanced tools
Asset assistant is an npm tool for coordinating asset files across multiple projects.
The 0.0.* versions are for building up the repository and may have changes in the command specification.
These programs are intended to be used with the npm package manager. As such they make use of the package.json file and the node_modules directory.
npm install -g asset-assistant
src
: An array of paths from witch to copy this projects files. The directory tree will be preserved. Default is '/assets/**/*'.root
: The directory to search for source paths. This directory tree will not be preserved. Default is 'src'.dest
: The directory where files will be copied to. Default is 'public_html'.
This is where other projects assets will be copied to. defaults to 'public_html'.assets add project
: add an assets dependency. The project must first be installed with 'npm -i' and have been initialized with 'assets init'.
assets remove project
: remove a project from the assets dependency.
assets clear
: remove the assets field from package.json.
The asset command accepts the following flags:
FAQs
A lightweight tool for copying files from other packages.
The npm package asset-assistant receives a total of 0 weekly downloads. As such, asset-assistant popularity was classified as not popular.
We found that asset-assistant 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’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.