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

@vaadin/vaadin-icon

Package Overview
Dependencies
Maintainers
19
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-icon - npm Package Compare versions

Comparing version 22.0.0-alpha1 to 22.0.0-alpha2

10

package.json
{
"name": "@vaadin/vaadin-icon",
"version": "22.0.0-alpha1",
"version": "22.0.0-alpha2",
"description": "Web component for creating SVG icons",

@@ -28,5 +28,5 @@ "main": "vaadin-icon.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha1",
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha1",
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha1",
"@vaadin/vaadin-element-mixin": "^22.0.0-alpha2",
"@vaadin/vaadin-lumo-styles": "^22.0.0-alpha2",
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha2",
"lit": "^2.0.0-rc.1"

@@ -40,3 +40,3 @@ },

},
"gitHead": "c9694d6549bff1f7fffb9ece26178e57fc228a51"
"gitHead": "179d38f5146be752853ea4b7997b1446a2ab1fd4"
}

@@ -6,2 +6,3 @@ # <vaadin-icon>

[![npm version](https://badgen.net/npm/v/@vaadin/vaadin-icon)](https://www.npmjs.com/package/@vaadin/vaadin-icon)
[![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)

@@ -46,9 +47,5 @@ ```html

## Big Thanks
Cross-browser Testing Platform and Open Source <3 Provided by [Sauce Labs](https://saucelabs.com).
## Contributing
To contribute to the component, please read [the guideline](https://github.com/vaadin/vaadin-core/blob/master/CONTRIBUTING.md) first.
Read the [contributing guide](https://vaadin.com/docs/latest/guide/contributing/overview) to learn about our development process, how to propose bugfixes and improvements, and how to test your changes to Vaadin components.

@@ -55,0 +52,0 @@ ## License

@@ -96,6 +96,2 @@ /**

static get version() {
return '22.0.0-alpha1';
}
static get properties() {

@@ -102,0 +98,0 @@ return {

@@ -15,4 +15,2 @@ /**

*
*
*
* @extends HTMLElement

@@ -30,6 +28,2 @@ * @mixes ElementMixin

static get version() {
return '22.0.0-alpha1';
}
static get properties() {

@@ -36,0 +30,0 @@ return {

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