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

@adactive/arc-loading-screen

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adactive/arc-loading-screen - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1-rc.0

4

package.json
{
"name": "@adactive/arc-loading-screen",
"version": "2.1.0",
"version": "2.1.1-rc.0",
"description": "Adsum Loading Screen Component",

@@ -40,3 +40,3 @@ "main": "index.js",

},
"gitHead": "e6b438c608829ec82624cb6db371da6c360fc30a"
"gitHead": "0f4d3e368dd80b45bbe9a78af675383b367a1af3"
}

@@ -140,2 +140,5 @@ ![react-badge](https://img.shields.io/badge/react-js-53c1de.svg?style=flat)

>Be sure to have **adsum-logo.png** in your **public/assets/img/** folder
if you want the default logo
## Optional props

@@ -249,3 +252,3 @@

barColor: 'white',
logo: adactiveLogo,
logo: '/assets/img/adsum-logo.png',
};

@@ -252,0 +255,0 @@

@@ -10,3 +10,2 @@ // @flow

import './LoadingScreen.css';
import adactiveLogo from './assets/img/adactive-logo.png';

@@ -43,3 +42,3 @@ type AppStateType = {|

barColor: 'white',
logo: adactiveLogo,
logo: '/assets/img/adsum-logo.png',
};

@@ -46,0 +45,0 @@

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