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
2
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 2.2.2 to 2.2.3

18

api/index.d.ts

@@ -29,8 +29,8 @@ export function getFixedImageObject(

export interface FixedImageObject {
height: number,
height?: number,
src: string
srcSet: string,
tracedSVG: string,
width: number,
base64: string | undefined
srcSet?: string,
tracedSVG?: string,
width?: number,
base64?: string | undefined
}

@@ -44,6 +44,6 @@

export interface FluidImageObject extends Omit<FixedImageObject, "height" | "width">{
aspectRatio: number,
presentationWidth: number,
presentationHeight: number,
sizes: string,
aspectRatio?: number,
presentationWidth?: number,
presentationHeight?: number,
sizes?: string,
}
{
"name": "gatsby-transformer-cloudinary",
"version": "2.2.2",
"version": "2.2.3",
"description": "Transform local files into Cloudinary-managed assets for Gatsby sites.",

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

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