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
1
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 Compare versions

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"name": "gatsby-transformer-cloudinary",
"version": "0.3.1",
"version": "0.3.2",
"description": "Transform local files into Cloudinary-managed assets for Gatsby sites.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -64,2 +64,6 @@ # gatsby-transformer-cloudinary

uploadFolder: 'gatsby-cloudinary',
// fluidMaxWidth: 800, // optional; Max width set for responsive breakpoints. default: 1000
// fluidMinWidth: 200, // optional; Min width set for responsive breakpoints generated. default: 200
// createDerived: true, // optional; Creates derived images from the responsive breakpoints. default: true
// breakpointsMaxImages: 4 // optional; Set maximum breakpoint images generated. default: 5
},

@@ -71,2 +75,7 @@ },

In gatsby-config, Responsive breakpoints can be created for each image, use the `fluidMaxWidth` and `fluidMinWidth` options to set them.
> Note: Setting a high max width such as 5000 will lead to the generation of a lot of derived images, between the max and min widths breakpoints, during image upload. Use this option with care.
### Query for images

@@ -73,0 +82,0 @@

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