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.1.1 to 0.1.2

3

get-image-objects.js

@@ -121,3 +121,2 @@ const axios = require('axios');

.map(size => {
console.log(size.width);
// Get URL for each image including user-defined transformations.

@@ -176,4 +175,2 @@ const url = getImageURL({

console.log(breakpoints);
const srcSet = breakpoints

@@ -180,0 +177,0 @@ .map(breakpointWidth => {

7

package.json
{
"name": "gatsby-transformer-cloudinary",
"version": "0.1.1",
"version": "0.1.2",
"description": "Transform local files into Cloudinary-managed assets for Gatsby sites.",
"main": "index.js",
"author": "Jason Lengstorf <jason@lengstorf.com>",
"homepage": "https://gatsby-transformer-cloudinary.netlify.com/",
"repository": {
"type": "git",
"url": "https://github.com/cloudinary-devs/gatsby-transformer-cloudinary"
},
"keywords": [

@@ -8,0 +13,0 @@ "gatsby",

@@ -7,3 +7,3 @@ # gatsby-transformer-cloudinary

[Live demo](https://gatsby-cloudinary-transformer-wip.netlify.com/) ([source](https://github.com/jlengstorf/gatsby-transformer-cloudinary))
[Live demo](https://gatsby-transformer-cloudinary.netlify.com/) ([source](https://github.com/jlengstorf/gatsby-transformer-cloudinary))

@@ -10,0 +10,0 @@ ## Install

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