New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-transformer-cloudinary

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-transformer-cloudinary - npm Package Versions

1235

1.1.3

Diff

Changelog

Source

Version 1.1.3

Fixes:

  • Typo fix.
chuloo
published 1.1.2 •

Changelog

Source

Version 1.1.2

Fixes:

  • Local images uploaded to Cloudinary now respect the overwriteExisting plugin option.
chuloo
published 1.1.1 •

Changelog

Source

Version 1.1.1

Changes:

  • Added enableDefaultTransformations plugin option. When set to true, f_auto and q_auto are added to all source URLs automatically. Previously, this was on by default. This behavior is now opt-in.
chuloo
published 1.1.0 •

Changelog

Source

Version 1.1.0

Additions:

  • Added ability to use existing Cloudinary images by marking nodes with cloudinaryAssetData: true and providing cloudName, publicId, originalHeight, and originalWidth properties.
  • Added an optional height argument to fixed queries.

Improvements:

  • Cache base64 images when running queries to prevent duplicate network requests.

Fixes:

  • Changed the public_id to be the relative path of files without the extension instead of just the file's name. This fixes an issue with childrenCloudinaryAsset nodes being created instead of childCloudinaryAsset nodes.
chuloo
published 1.0.1 •

Changelog

Source

Version 1.0.1

Additions:

  • Added CloudinaryAssetFluidLimitPresentationSize fragment.
  • Added presentationHeight and presentationWidth to CloudinaryAssetFluid.
chuloo
published 1.0.0 •

Changelog

Source

Version 1.0.0

Breaking changes:

  • The default for fluidMinWidth has been decreased from 200 to 50 to match Cloudinary defaults.
  • The default for createDerived has been changed to false.
  • The default for breakpointsMaxImages has been increased from 5 to 20 to match Cloudinary defaults.
  • Breakpoint calculations are no longer requested by default when uploading an image. (This is controlled by the new useCloudinaryBreakpoints option.)
  • Image uploads no longer overwrite images with the same public ID by default. (This is controlled by the new overwriteExisting option.)

Other changes:

  • Added createRemoteImageNode to allow uploading remote images directly to Cloudinary without downloading them locally first.
  • Added Jest tests.
  • Added the ability to calculate breakpoints locally to avoid consuming Cloudinary transformation credits while developing.
  • Increased the timeout when uploading images to Cloudinary from 60 seconds to 5 minutes.
chuloo
published 0.3.5 •

Changelog

Source

Version 0.3.5

  • Beginning of changelog.
chuloo
published 0.3.4 •

chuloo
published 0.3.3 •

chuloo
published 0.3.2 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc