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

gatsby-background-image-es5

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-background-image-es5 - npm Package Compare versions

Comparing version 0.7.2 to 0.7.3

8

index.d.ts

@@ -27,6 +27,6 @@ import React from 'react'

interface IBackgroundImageProps {
resolutions?: IFixedObject,
sizes?: IFluidObject,
fixed?: IFixedObject,
fluid?: IFluidObject,
resolutions?: IFixedObject | (IFixedObject | string)[],
sizes?: IFluidObject | (IFluidObject | string)[],
fixed?: IFixedObject | (IFixedObject | string)[],
fluid?: IFluidObject | (IFluidObject | string)[],
fadeIn?: string | boolean,

@@ -33,0 +33,0 @@ durationFadeIn?: number,

{
"name": "gatsby-background-image-es5",
"version": "0.7.2",
"version": "0.7.3",
"description": "Lazy-loading React background-image component with optional support for the blur-up effect. Transpiled to ES5.",

@@ -47,3 +47,3 @@ "keywords": [

},
"gitHead": "886417d998e575cf57a1b4c2bafd272562d4b96f"
"gitHead": "0901fb7c43330702c58bcfe43482d307238821a1"
}
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