@vaadin/vaadin-app-layout
Advanced tools
Comparing version 1.0.0-alpha2 to 1.0.0-beta1
@@ -13,6 +13,6 @@ { | ||
"name": "@vaadin/vaadin-app-layout", | ||
"version": "1.0.0-alpha2", | ||
"version": "1.0.0-beta1", | ||
"main": "vaadin-app-layout.js", | ||
"author": "Vaadin Ltd", | ||
"license": "SEE LICENSE IN LICENSE FILE", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
@@ -32,4 +32,3 @@ "url": "https://github.com/vaadin/vaadin-app-layout/issues" | ||
"@vaadin/vaadin-lumo-styles": "^1.1.0", | ||
"@vaadin/vaadin-material-styles": "^1.1.0", | ||
"@vaadin/vaadin-license-checker": "^2.1.0-alpha2" | ||
"@vaadin/vaadin-material-styles": "^1.1.0" | ||
}, | ||
@@ -36,0 +35,0 @@ "devDependencies": { |
@@ -131,4 +131,4 @@ [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-app-layout)](https://www.npmjs.com/package/@vaadin/vaadin-app-layout) | ||
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE. | ||
Apache License 2.0 | ||
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. |
@@ -5,5 +5,3 @@ /** | ||
Copyright (C) 2018 Vaadin Ltd | ||
This program is available under Commercial Vaadin Add-On License 3.0 (CVALv3). | ||
See the file LICENSE.md distributed with this software for more information about licensing. | ||
See <a href="https://vaadin.com/license/cval-3">the website</a> for the complete license. | ||
This program is available under Apache License Version 2.0, available at https://vaadin.com/license/ | ||
*/ | ||
@@ -14,3 +12,2 @@ import { PolymerElement } from '@polymer/polymer/polymer-element.js'; | ||
import { ElementMixin } from '@vaadin/vaadin-element-mixin/vaadin-element-mixin.js'; | ||
import '@vaadin/vaadin-license-checker/vaadin-license-checker.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
@@ -122,3 +119,3 @@ | ||
*/ | ||
flex: 1 0 0; | ||
flex: 1 0 0.001px; | ||
} | ||
@@ -172,3 +169,3 @@ | ||
static get version() { | ||
return '1.0.0-alpha2'; | ||
return '1.0.0-beta1'; | ||
} | ||
@@ -209,7 +206,1 @@ | ||
export { AppLayoutElement }; | ||
const licenseChecker = window.Vaadin.developmentModeCallback | ||
&& window.Vaadin.developmentModeCallback['vaadin-license-checker']; | ||
if (typeof licenseChecker === 'function') { | ||
licenseChecker(AppLayoutElement); | ||
} |
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
5
0
0
100
0
58186
443
- Removed@vaadin/vaadin-license-checker@2.1.2(transitive)