Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
metalsmith-cloudinary
Advanced tools
A metalsmith plugin for retrieving data from the cloudinary api
This plugin allows you to retrieve data from the cloudinary API. For support questions please use stack overflow or our slack channel. For questions about cloudinary try the aforementioned channels, as well as their documentation. Specifically the part concerning the admin api, which is what this plugin provides access to.
$ npm install metalsmith-cloudinary
Configuration in metalsmith.json
:
{
"plugins": {
"metalsmith-cloudinary": {
"cloud_name": "your_cloud_name_here",
"api_key": "your_api_key_here",
"api_secret": "your_api_secret_here",
}
}
}
metalsmith-cloudinary will query the Cloudinary api and store the results in the metadata under cloudinary
, indexed by public id.
You can pass options to metalsmith-cloudinary
with the Javascript API or CLI. The options are:
MIT
FAQs
A metalsmith plugin for retrieving data from the cloudinary api.
The npm package metalsmith-cloudinary receives a total of 4 weekly downloads. As such, metalsmith-cloudinary popularity was classified as not popular.
We found that metalsmith-cloudinary 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 researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.