Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-plugin-storyblok-image

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-storyblok-image - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

1

dist/defaults.js

@@ -6,3 +6,2 @@ "use strict";

exports.defaultOptions = {
quality: 100,
smartCrop: true,

@@ -9,0 +8,0 @@ outputPixelDensities: [1, 2, 3],

4

dist/getGatsbyImage.js

@@ -97,4 +97,4 @@ "use strict";

...options,
width: currentWidth,
height: currentHeight
width: currentWidth === dimensions.width ? undefined : currentWidth,
height: currentHeight === dimensions.height ? undefined : currentHeight
});

@@ -101,0 +101,0 @@ return `${url} ${resolution}`;

@@ -15,3 +15,2 @@ export interface GetGatsbyImageOptions {

export interface MergedGetGatsbyImageOptions extends GetGatsbyImageOptions {
quality: number;
outputPixelDensities: number[];

@@ -18,0 +17,0 @@ breakpoints: number[];

{
"name": "gatsby-plugin-storyblok-image",
"version": "2.0.5",
"version": "2.0.6",
"description": "Adds gatsby-plugin-image to Gatsby & Storyblok as a content source.",

@@ -5,0 +5,0 @@ "main": "dist/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