Socket
Socket
Sign inDemoInstall

gatsby-image

Package Overview
Dependencies
Maintainers
2
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-image - npm Package Compare versions

Comparing version 1.0.16 to 1.0.18

4

index.js

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

// Let users set component to be absolutely positioned.
position: style.position === "absolute" ? "initial" : "relative"
position: style.position === "absolute" ? "initial" : "relative",
width: _image.width,
height: _image.height
}

@@ -316,0 +318,0 @@ },

{
"name": "gatsby-image",
"version": "1.0.16",
"version": "1.0.18",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc