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

react-progress-loading

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-progress-loading - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

dist/index.js

@@ -42,4 +42,4 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

transition: 'all 5s ease',
filter: 'blur(2rem)',
webkitFilter: 'blur(2rem)'
filter: 'blur(1rem)',
WebkitFilter: 'blur(1rem)'
},

@@ -46,0 +46,0 @@ bigImage: {

@@ -39,4 +39,4 @@ import React, { useRef } from 'react';

transition: 'all 5s ease',
filter: 'blur(2rem)',
webkitFilter: 'blur(2rem)'
filter: 'blur(1rem)',
WebkitFilter: 'blur(1rem)'
},

@@ -43,0 +43,0 @@ bigImage: {

{
"name": "react-progress-loading",
"version": "1.0.0",
"version": "1.0.1",
"description": "Progressively load images using a medium like blur effect.",

@@ -5,0 +5,0 @@ "author": "arnavozil",

# react-progress-loading
>Light weight Progressively load images using a medium like blur effect.
>Light weight react library to progressively load images using a medium like blur effect.

@@ -14,2 +14,6 @@ [![NPM](https://img.shields.io/npm/v/react-progress-loading.svg)](https://www.npmjs.com/package/react-progress-loading) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Example
![alt text](https://drive.google.com/file/d/172pPev0MhvAM3R1oOzwV2wsWmjQgB6NH/view?usp=sharing)
## Usage

@@ -16,0 +20,0 @@

Sorry, the diff of this file is not supported yet

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