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

@availity/app-icon

Package Overview
Dependencies
Maintainers
12
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.2.2 to 1.2.3

12

AppIcon.js

@@ -45,13 +45,3 @@ import React from 'react';

src: PropTypes.string,
alt: (props, propName) => {
if (
(props.src !== undefined &&
props.src !== null &&
props[propName] === undefined) ||
props[propName] === null
) {
return new Error('AppIcon requires and alt property for image src.');
}
return null;
},
alt: PropTypes.string,
};

@@ -58,0 +48,0 @@

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.2.3](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.2.2...@availity/app-icon@1.2.3) (2019-08-19)
**Note:** Version bump only for package @availity/app-icon
## [1.2.2](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.2.1...@availity/app-icon@1.2.2) (2019-06-24)

@@ -8,0 +16,0 @@

{
"name": "@availity/app-icon",
"version": "1.2.2",
"version": "1.2.3",
"author": "Evan Sharp <evan.sharp@availity.com>",

@@ -30,3 +30,3 @@ "description": "Availity UI Kit application icon react component.",

},
"gitHead": "021be033e9d9fea3b1758a577e46728c9e31b89b"
"gitHead": "6c9d80f08904aaec14bf5a8fb0e4c34963b03deb"
}
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