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

@vaadin/vaadin-item

Package Overview
Dependencies
Maintainers
16
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-item - npm Package Compare versions

Comparing version 2.2.0-alpha1 to 2.2.0

7

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-item",
"version": "2.2.0-alpha1",
"version": "2.2.0",
"main": "vaadin-item.js",

@@ -39,3 +39,6 @@ "author": "Vaadin Ltd",

},
"devDependencies": {
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"@polymer/iron-test-helpers": "^3.0.0",

@@ -42,0 +45,0 @@ "@polymer/iron-component-page": "^4.0.0",

@@ -47,5 +47,5 @@ /**

*
* @memberof Vaadin
* @mixes Vaadin.ItemMixin
* @mixes Vaadin.ThemableMixin
* @extends PolymerElement
* @mixes ItemMixin
* @mixes ThemableMixin
*/

@@ -75,3 +75,3 @@ class ItemElement extends ItemMixin(ThemableMixin(DirMixin(PolymerElement))) {

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

@@ -78,0 +78,0 @@

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