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.1 to 2.0.2

1

build/index.js

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

var initialBlur = this.props.initialBlur;
this.setState({ src: "", blur: initialBlur });
this.fetch(preview)

@@ -25,0 +26,0 @@ .then(function (previewDataURI) { return _this.setState({ src: previewDataURI, blur: initialBlur }); })

2

package.json
{
"name": "react-progressive-image-loading",
"version": "2.0.1",
"version": "2.0.2",
"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