New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-app-layout

Package Overview
Dependencies
Maintainers
14
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-app-layout - npm Package Compare versions

Comparing version 1.0.0-alpha2 to 1.0.0-beta1

7

package.json

@@ -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

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