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

@availity/app-icon

Package Overview
Dependencies
Maintainers
13
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@availity/app-icon - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Changelog

## [1.6.2](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.6.1...@availity/app-icon@1.6.2) (2022-11-16)
## [1.6.1](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.6.0...@availity/app-icon@1.6.1) (2022-06-14)

@@ -7,0 +11,0 @@

import React from 'react';
declare type AppIconProps = {
/** For src prop. the alt property for your image source is not found or is loading. */
alt?: string;
/** Triggers "branded" styles. */
branded?: boolean;
/** */
children?: React.ReactNode;
/** */
className?: string;
/** Potential values: "black", "blue", "green", "orange", "red". */
color?: string;
/** Potential values: "lg", "xl". */
size?: string;
/** If image source is provided, it will render this instead of children. */
src?: string;
/** */
tag?: React.ElementType;
/** */
title?: string;

@@ -13,0 +22,0 @@ };

2

package.json
{
"name": "@availity/app-icon",
"version": "1.6.1",
"version": "1.6.2",
"description": "Availity UI Kit application icon react component.",

@@ -5,0 +5,0 @@ "keywords": [

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