
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
cloudinary-cli
Advanced tools
Not being able to find an easy way to upload files to cloudinary from the command-line, I created this tool to do so.
Install using npm
npm -g install cloudinary-cli
By adding a $HOME/.cloudinary
file in the following format, all commands will parse that file for it's configuration
{
cloud_name: 'sample',
api_key: '874837483274837',
api_secret: 'a676b67565c6767a6767d6767f676fe1'
}
The command line flags will override the global configuration file
-n, --cloud_name [cloud_name] Cloudinary cloud name
-k, --api_key [api_key] Cloudinary api key
-s, --api_secret [api_secret] Cloudinary api secret
To upload a single file simply run
cloudinary upload foo.png
To upload multiple files, use a space seperated list
cloudinary upload image1.png image2.png image3.png
You can use the following options when uploading
--folder, -f The folder
--usefilename Use the system filename
FAQs
A command-line interface into cloudinary
We found that cloudinary-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
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.