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.
tools-sprite
Advanced tools
tools helper for image sprite, need improvement on create sprite. what it is for, it is for user who manage image raw with a bunch images, and folder.
tools helper for image sprite, need improvement on create sprite. what it is for, it is for user who manage image raw with a bunch images, and folder.
note !! make sure folder and asset (image) serliazed
|---Images
|---------Images_1.png
|---------Images_2.png
|---------Images_3.png
how to use
## change size
pnpm tool-sprite <directory_path> --size 360x360
after this command running its folder change to new name, and asset follow with serial number
## change folderName and aset name
pnpm tool-sprite <directory_path> --changeFDname "<folder_name>"
and this make 3 file, sprite.png, sprite.json, sprite.html you can check preview with running HTML
## create sprite image
pnpm tool-sprite <directory_path> --createSprite "<max_width>"
FAQs
tools helper for image sprite, need improvement on create sprite. what it is for, it is for user who manage image raw with a bunch images, and folder.
We found that tools-sprite demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.