New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

react-loader-display

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-loader-display - npm Package Compare versions

Comparing version

to
3.0.1

{
"name": "react-loader-display",
"version": "3.0.0",
"version": "3.0.1",
"description": "A simple customizable ReactJS component that allows a developer to display a loading modal.",

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

@@ -10,6 +10,12 @@ # react-loader-display

Use in your code:
**Use in your code:**
Version 2.x:
var Loader=require('react-loader-display');
Version 3.x:
var Loader=require('react-loader-display').loader;
In your ReactJS application you can insert it as follows (not all the props are required):

@@ -16,0 +22,0 @@

Sorry, the diff of this file is not supported yet