Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@webapp-suite/elements.app-icon

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webapp-suite/elements.app-icon - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+3
-3
package.json
{
"name": "@webapp-suite/elements.app-icon",
"version": "0.2.0",
"version": "0.3.0",
"repository": {

@@ -18,6 +18,6 @@ "type": "git",

"dependencies": {
"@webapp-suite/elements": "^0.2.0"
"@webapp-suite/elements": "^0.3.0"
},
"src": "src/app-icon.js",
"gitHead": "760f636a6039bd5b820432b075ec23dde370ceb1"
"gitHead": "5181cc6eb0415a301a3f8bb39d64909e4296c78e"
}
<h1 align="center">
<a href="https://webapp-suite.com/">
<a href="">
<img alt="webapp-suite" src="https://webapp-suite.com/wp-content/themes/webapp-suite/img/brand/logo-black.png"/>

@@ -29,5 +29,5 @@ </a>

<style>
table {
width:100%;
}
table {
width:100%;
}
</style>

@@ -37,6 +37,7 @@

| Property | Attribute | Type | Default | Description |
| -------- | --------- | ------ | ------- | ---------------------------------------- |
| src | src | string | '' | Specifies the URL of an image |
| alt | alt | string | '' | Specifies an alternate text for an image |
| Property | Attribute | Type | Default | Description |
| -------- | --------- | ------ | ------- | -------------------------------------------------------------- |
| size | size | String | | Size of the app icon, available variants: ''(default), 'large' |
| src | src | String | | Specifies the URL of an image |
| alt | alt | String | | Specifies an alternate text for an image |

@@ -140,2 +141,8 @@ ## ➤ How to use it

- You can always create forks on GitHub, submit Issues and Pull Requests.
- You can only use webapp-suite Elements to make apps on a webapp-suite platform, e.g. webapp-suite.com.
- You can fix a bug until the bugfix is deployed by webapp-suite.
- You can host webapp-suite Elements yourself.
- If you want to make a bigger change or just want to talk with us, reach out to our team here on GitHub.
You can read the full license agreement in the [LICENSE.md](https://github.com/webapp-suite/elements/blob/master/LICENSE.md).