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

@availity/app-icon

Package Overview
Dependencies
Maintainers
18
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.3.22 to 1.3.23

src/AppIcon.js

8

CHANGELOG.md

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

## 1.3.23 (2021-09-28)
**Note:** Version bump only for package @availity/app-icon
## 1.3.22 (2021-06-01)

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

2

index.d.ts

@@ -1,1 +0,1 @@

export { default } from './AppIcon';
export { default } from './types/AppIcon';

@@ -1,3 +0,1 @@

import AppIcon from './AppIcon';
export default AppIcon;
export { default } from './src/AppIcon';
{
"name": "@availity/app-icon",
"version": "1.3.22",
"version": "1.3.23",
"author": "Evan Sharp <evan.sharp@availity.com>",
"description": "Availity UI Kit application icon react component.",
"main": "index.js",
"types": "index.d.ts",
"keywords": [

@@ -30,3 +31,6 @@ "react",

},
"gitHead": "18ff8f4f0206e04a8b71cfc90d00ad65d2f200c6"
"dependencies": {
"prop-types": "^15.7.2"
},
"gitHead": "cbd7f7edc581a61f6cc9258f00946d3098c51eef"
}
{
"extends": "../../tsconfig",
"compilerOptions": {
"baseUrl": "../../",
"paths": {
"@availity/app-icon": ["packages/app-icon"],
}
},
}
"extends": "../../tsconfig",
"compilerOptions": {
"baseUrl": "../../",
"paths": {
"@availity/app-icon": ["packages/app-icon"]
}
}
}
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