Socket
Socket
Sign inDemoInstall

react-progressive-image-loading

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

2

build/index.js

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

.then(function () { return _this.fetch(src); })
.then(function (srcDataURI) { return _this.setState({ src: srcDataURI, blur: initialBlur }); });
.then(function (srcDataURI) { return _this.setState({ src: srcDataURI, blur: 0 }); });
};

@@ -30,0 +30,0 @@ ProgressiveImage.prototype.render = function () {

{
"name": "react-progressive-image-loading",
"version": "2.0.2",
"version": "2.0.3",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc