Socket
Socket
Sign inDemoInstall

@vaadin/icon

Package Overview
Dependencies
Maintainers
14
Versions
378
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/icon - npm Package Compare versions

Comparing version 23.1.0-alpha3 to 23.1.0-alpha4

10

package.json
{
"name": "@vaadin/icon",
"version": "23.1.0-alpha3",
"version": "23.1.0-alpha4",
"publishConfig": {

@@ -36,5 +36,5 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.1.0-alpha3",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha3",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha3",
"@vaadin/component-base": "23.1.0-alpha4",
"@vaadin/vaadin-lumo-styles": "23.1.0-alpha4",
"@vaadin/vaadin-themable-mixin": "23.1.0-alpha4",
"lit": "^2.0.0"

@@ -45,3 +45,3 @@ },

},
"gitHead": "8c9e64e8dfa158dd52a9bf6da351ff038c88ca85"
"gitHead": "aacdb7fe09811894751f0378ff7fb66071892c71"
}

@@ -111,3 +111,3 @@ /**

type: String,
observer: '__iconChanged'
observer: '__iconChanged',
},

@@ -119,3 +119,3 @@

svg: {
type: Object
type: Object,
},

@@ -128,7 +128,7 @@

type: Number,
value: 24
value: 24,
},
/** @private */
__svgElement: Object
__svgElement: Object,
};

@@ -202,3 +202,3 @@ }

'vaadin:palete': 'vaadin:palette',
'vaadin:trendind-down': 'vaadin:trending-down'
'vaadin:trendind-down': 'vaadin:trending-down',
};

@@ -205,0 +205,0 @@ if (icon in deprecatedIcons) {

@@ -37,3 +37,3 @@ /**

type: String,
observer: '__nameChanged'
observer: '__nameChanged',
},

@@ -49,4 +49,4 @@

type: Number,
value: 24
}
value: 24,
},
};

@@ -53,0 +53,0 @@ }

@@ -12,3 +12,3 @@ import '@vaadin/vaadin-lumo-styles/sizing.js';

`,
{ moduleId: 'lumo-icon' }
{ moduleId: 'lumo-icon' },
);

@@ -11,3 +11,3 @@ import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';

`,
{ moduleId: 'material-icon' }
{ moduleId: 'material-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