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

react-activity

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-activity - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

README.md

2

dist/Digital/Digital.d.ts
import "./Digital.css";
import * as React from "react";
import { ReactActivityIndicatorProps } from "../types";
declare const Digital: React.FunctionComponent<ReactActivityIndicatorProps>;
declare const Digital: React.VoidFunctionComponent<ReactActivityIndicatorProps>;
export default Digital;
import "./Dots.css";
import * as React from "react";
import { ReactActivityIndicatorProps } from "../types";
declare const Dots: React.FunctionComponent<ReactActivityIndicatorProps>;
declare const Dots: React.VoidFunctionComponent<ReactActivityIndicatorProps>;
export default Dots;
import "./Levels.css";
import * as React from "react";
import { ReactActivityIndicatorProps } from "../types";
declare const Levels: React.FunctionComponent<ReactActivityIndicatorProps>;
declare const Levels: React.VoidFunctionComponent<ReactActivityIndicatorProps>;
export default Levels;
import "./Sentry.css";
import * as React from "react";
import { ReactActivityIndicatorProps } from "../types";
declare const Sentry: React.FunctionComponent<ReactActivityIndicatorProps>;
declare const Sentry: React.VoidFunctionComponent<ReactActivityIndicatorProps>;
export default Sentry;
import "./Spinner.css";
import * as React from "react";
import { ReactActivityIndicatorProps } from "../types";
declare const Spinner: React.FunctionComponent<ReactActivityIndicatorProps>;
declare const Spinner: React.VoidFunctionComponent<ReactActivityIndicatorProps>;
export default Spinner;
import "./Squares.css";
import * as React from "react";
import { ReactActivityIndicatorProps } from "../types";
declare const Squares: React.FunctionComponent<ReactActivityIndicatorProps>;
declare const Squares: React.VoidFunctionComponent<ReactActivityIndicatorProps>;
export default Squares;
import "./Windmill.css";
import * as React from "react";
import { ReactActivityIndicatorProps } from "../types";
declare const Windmill: React.FunctionComponent<ReactActivityIndicatorProps>;
declare const Windmill: React.VoidFunctionComponent<ReactActivityIndicatorProps>;
export default Windmill;
{
"name": "react-activity",
"version": "2.0.0",
"version": "2.0.1",
"description": "Activity indicator component library for React applications.",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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