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

react-use-loading-overlay

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-loading-overlay - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

dist/use-loading-overlay.d.ts

@@ -1,2 +0,2 @@

import './style.css';
import './styles.css';
import { MutableRefObject } from 'react';

@@ -3,0 +3,0 @@ declare const useLoadingOverlay: (containerRef: MutableRefObject<HTMLDivElement>) => {

"use strict";
exports.__esModule = true;
require("./style.css");
require("./styles.css");
var react_1 = require("react");

@@ -5,0 +5,0 @@ var util_1 = require("./util");

{
"name": "react-use-loading-overlay",
"version": "0.2.0",
"version": "0.2.1",
"description": "A simple, lightweight react hook for displaying a loading overlay",

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

@@ -1,2 +0,2 @@

import './style.css';
import './styles.css';
import { MutableRefObject, useCallback, useEffect, useRef } from 'react';

@@ -3,0 +3,0 @@ import { generateLoadingOverlay, generateTextNode } from './util';

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