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

@vaadin/vaadin-item

Package Overview
Dependencies
Maintainers
7
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.0.0-pre.1 to 2.0.0-pre.2

vaadin-directory-description.md

2

package.json

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

"name": "@vaadin/vaadin-item",
"version": "2.0.0-pre.1",
"version": "2.0.0-pre.2",
"main": "vaadin-item.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

![Bower version](https://img.shields.io/bower/v/vaadin-item.svg)
[![npm version](https://badge.fury.io/js/%40vaadin%2Fvaadin-checkbox.svg)](https://badge.fury.io/js/%40vaadin%2Fvaadin-checkbox)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/vaadin/vaadin-item)

@@ -3,0 +4,0 @@ [![Build Status](https://travis-ci.org/vaadin/vaadin-item.svg?branch=master)](https://travis-ci.org/vaadin/vaadin-item)

@@ -1,5 +0,5 @@

import { PolymerElement } from '../../../@polymer/polymer/polymer-element.js';
import { ThemableMixin } from '../../../@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
import { PolymerElement } from '@polymer/polymer/polymer-element.js';
import { ThemableMixin } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
import { ItemMixin } from './vaadin-item-mixin.js';
import { html } from '../../../@polymer/polymer/lib/utils/html-tag.js';
import { html } from '@polymer/polymer/lib/utils/html-tag.js';
/**

@@ -67,3 +67,3 @@ * `<vaadin-item>` is a Polymer 2 element providing layout for items in tabs and menus.

static get version() {
return '2.0.0-pre.1';
return '2.0.0-pre.2';
}

@@ -70,0 +70,0 @@ }

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

import '../../../../@vaadin/vaadin-lumo-styles/font-icons.js';
import '../../../../@vaadin/vaadin-lumo-styles/sizing.js';
import '../../../../@vaadin/vaadin-lumo-styles/spacing.js';
import '../../../../@vaadin/vaadin-lumo-styles/style.js';
import '../../../../@vaadin/vaadin-lumo-styles/typography.js';
import '@vaadin/vaadin-lumo-styles/font-icons.js';
import '@vaadin/vaadin-lumo-styles/sizing.js';
import '@vaadin/vaadin-lumo-styles/spacing.js';
import '@vaadin/vaadin-lumo-styles/style.js';
import '@vaadin/vaadin-lumo-styles/typography.js';
const $_documentContainer = document.createElement('div');

@@ -7,0 +7,0 @@ $_documentContainer.setAttribute('style', 'display: none;');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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