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.11 to 2.0.12

2

dist/utils/buildImageUrl.js

@@ -48,3 +48,3 @@ "use strict";

if (opt.height && opt.width) {
height = (opt.height / opt.width) * width;
height = Math.round((opt.height / opt.width) * width);
}

@@ -51,0 +51,0 @@ return buildImageUrl(originalPath, {

{
"name": "gatsby-plugin-storyblok-image",
"version": "2.0.11",
"version": "2.0.12",
"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