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.
exifremove-cli
Advanced tools
CLI for a dependency-free Node.js module that removes EXIF metadata from JPEG images
Command-line interface that utilizes exifremove to remove EXIF metdata from JPEG images.
npm install -g exifremove-cli
cd
into project root. (containing the main exifremove
module)npm link
to link it to global node_modules
.cd
back into CLI folder, run npm link exifremove
to link exifremove
dependency to the linked version made in the previous step.npm install
to install the remaining CLI dependencies.exifremove [image0] ... [imageN]
Options:
--version Show version number [boolean]
-v, --verbose Print extra messages [count]
--km, --keep-marker Keeps the APP1 marker in the JPEG [boolean]
-h, --help Show help [boolean]
[1.0.1] - 2020-06-28
.npmignore
file and files
field to package.json
to ignore unwanted files from being packaged with published module.repository
field to both main module and CLI module's package.json
FAQs
CLI for a dependency-free Node.js module that removes EXIF metadata from JPEG images
The npm package exifremove-cli receives a total of 2 weekly downloads. As such, exifremove-cli popularity was classified as not popular.
We found that exifremove-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’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.