
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@zapier/builder-plugin-cloudinary
Advanced tools
From the organization settings page in Builder, click the edit button next to "Plugins", click "Add plugin", enter "@zapier/builder-plugin-cloudinary", then click "Save".
After adding the plugin in Builder, it can be used in a component by defining
an input with type: 'cloudinaryImage.
Builder.registerComponent(Image, {
name: 'Image',
inputs: [
{
name: 'src',
type: 'cloudinaryImage',
},
],
});
The value passed to the component is a URL that can be used with a
standard HTML <img> element. When an image is selected from the Cloudinary
media library, some default transformation parameters (f_auto, q_auto) are
automatically added to the URL.
function Image(props) {
return <img src={props.src} />;
}
When opening the media library for the first time, you will be prompted to enter a Cloudinary cloud name and API key. These can be changed at anytime by clicking the settings button next to the "Media Library" button.
FAQs
Cloudinary media library widget for Builder.io
The npm package @zapier/builder-plugin-cloudinary receives a total of 0 weekly downloads. As such, @zapier/builder-plugin-cloudinary popularity was classified as not popular.
We found that @zapier/builder-plugin-cloudinary demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 186 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 researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.