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

@availity/app-icon

Package Overview
Dependencies
Maintainers
17
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.4.2 to 1.5.0

dist/index.d.ts

14

CHANGELOG.md

@@ -1,6 +0,14 @@

# Change Log
# Changelog
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
# [1.5.0](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.4.2...@availity/app-icon@1.5.0) (2022-05-24)
### Features
* **app-icon:** convert to typescript ([b0c9840](https://github.com/Availity/availity-react/commit/b0c9840707df0dda52ef909e7b976058d4a57a5d))
## [1.4.2](https://github.com/Availity/availity-react/compare/@availity/app-icon@1.4.1...@availity/app-icon@1.4.2) (2021-12-20)

@@ -7,0 +15,0 @@

{
"name": "@availity/app-icon",
"version": "1.4.2",
"version": "1.5.0",
"description": "Availity UI Kit application icon react component.",

@@ -21,11 +21,23 @@ "keywords": [

"author": "Evan Sharp <evan.sharp@availity.com>",
"main": "index.js",
"types": "index.d.ts",
"browser": "./dist/index.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts",
"dev": "tsup src/index.ts --format esm,cjs --watch --dts",
"clean": "rm -rf dist",
"clean:nm": "rm -rf node_modules",
"bundlesize": "bundlesize",
"publish": "yarn npm publish --tolerate-republish --access public",
"publish:canary": "yarn npm publish --access public --tag canary"
},
"dependencies": {
"classnames": "^2.3.1",
"prop-types": "^15.7.2"
"classnames": "^2.3.1"
},
"devDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"tsup": "^5.12.7",
"typescript": "^4.6.4"
},

@@ -37,4 +49,3 @@ "peerDependencies": {

"access": "public"
},
"gitHead": "5983e704cd833c6e93ef6d00472f48a0876fe782"
}
}
}
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