Socket
Socket
Sign inDemoInstall

@dylanvann/gatsby-image

Package Overview
Dependencies
8
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.5 to 2.0.0-beta.6

1

index.js

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

var listenToIntersections = function listenToIntersections(el, margin, cb) {
console.log('listener: ', margin);
if (typeof window === "undefined") return;

@@ -68,0 +69,0 @@ if (!window.IntersectionObserver) return; // Try to get the ioListener.

2

package.json
{
"name": "@dylanvann/gatsby-image",
"description": "Lazy-loading React image component with optional support for the blur-up effect.",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

@@ -6,0 +6,0 @@ "bugs": {

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc