Socket
Socket
Sign inDemoInstall

react-progressive-image-loading

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-progressive-image-loading - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

build/index.js

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

return background ?
React.createElement("div", __assign({ style: Object.assign(this.getBackgroundStyle(), style) }, this.clonedProps))
React.createElement("div", __assign({ style: Object.assign(this.getBackgroundStyle(), style) }, this.clonedProps), this.props.children)
:

@@ -45,0 +45,0 @@ React.createElement("img", __assign({ src: src, style: Object.assign(this.getStyle(), style) }, this.clonedProps));

{
"name": "react-progressive-image-loading",
"version": "1.0.8",
"version": "1.0.9",
"description": "Progressively load images using a blur effect. Edit",

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

Sorry, the diff of this file is not supported yet

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