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.6 to 2.0.7

2

dist/defaults.js

@@ -8,5 +8,5 @@ "use strict";

outputPixelDensities: [1, 2, 3],
breakpoints: [750, 1080, 1366, 1920],
breakpoints: [750, 1080, 1366, 1920, 2560, 3840],
fitIn: false,
fitInColor: 'transparent'
};

@@ -35,5 +35,3 @@ "use strict";

].filter(Boolean);
if (filters.length > 0) {
url += (0, helpers_1.applyFilters)(filters);
}
url += (0, helpers_1.applyFilters)(filters);
// fullfil the url format when no any filters or size config

@@ -40,0 +38,0 @@ if (url.endsWith('/m')) {

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

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

@@ -5,2 +5,3 @@ # gatsby-plugin-storyblok-image

[![Tested with Jest](https://img.shields.io/badge/tested_with-Jest-99424f.svg)](https://github.com/facebook/jest)
[![Coverage Status](https://coveralls.io/repos/github/nonjene/gatsby-plugin-storyblok-image/badge.svg?branch=master)](https://coveralls.io/github/nonjene/gatsby-plugin-storyblok-image?branch=master)

@@ -7,0 +8,0 @@ _gatsby-plugin-storyblok-image_ let you use gatsby-plugin-image with [Storyblok service v2](https://www.storyblok.com/docs/image-service).

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