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

@dhis2-ui/status-icon

Package Overview
Dependencies
Maintainers
2
Versions
215
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2-ui/status-icon - npm Package Compare versions

Comparing version 8.2.0 to 8.2.1

14

build/cjs/status-icon.js

@@ -20,8 +20,10 @@ "use strict";

const StatusIcon = ({
error,
warning,
valid,
loading
}) => {
const StatusIcon = _ref => {
let {
error,
warning,
valid,
loading
} = _ref;
if (error) {

@@ -28,0 +30,0 @@ return /*#__PURE__*/_react.default.createElement(_uiIcons.IconErrorFilled24, {

@@ -6,8 +6,10 @@ import { CircularLoader } from '@dhis2-ui/loader';

import React from 'react';
export const StatusIcon = ({
error,
warning,
valid,
loading
}) => {
export const StatusIcon = _ref => {
let {
error,
warning,
valid,
loading
} = _ref;
if (error) {

@@ -14,0 +16,0 @@ return /*#__PURE__*/React.createElement(IconErrorFilled24, {

{
"name": "@dhis2-ui/status-icon",
"version": "8.2.0",
"version": "8.2.1",
"description": "UI StatusIcon",

@@ -35,5 +35,5 @@ "repository": {

"@dhis2/prop-types": "^3.0.0-beta.1",
"@dhis2-ui/loader": "8.2.0",
"@dhis2/ui-constants": "8.2.0",
"@dhis2/ui-icons": "8.2.0",
"@dhis2-ui/loader": "8.2.1",
"@dhis2/ui-constants": "8.2.1",
"@dhis2/ui-icons": "8.2.1",
"classnames": "^2.3.1",

@@ -40,0 +40,0 @@ "prop-types": "^15.7.2"

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