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

@vaadin/vaadin-ordered-layout

Package Overview
Dependencies
Maintainers
16
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.3.0 to 1.4.0-alpha1

./@types/interfaces.d.ts

14

package.json

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

"name": "@vaadin/vaadin-ordered-layout",
"version": "1.3.0",
"version": "1.4.0-alpha1",
"main": "imports.js",

@@ -22,3 +22,5 @@ "author": "Vaadin Ltd",

"files": [
"vaadin-*.d.ts",
"vaadin-*.js",
"@types",
"imports.js",

@@ -36,11 +38,11 @@ "src",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-themable-mixin": "^1.2.1",
"@vaadin/vaadin-themable-mixin": "^1.6.1",
"@vaadin/vaadin-lumo-styles": "^1.1.0",
"@vaadin/vaadin-material-styles": "^1.1.0",
"@vaadin/vaadin-element-mixin": "^2.3.0"
"@vaadin/vaadin-element-mixin": "^2.4.1"
},
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",

@@ -47,0 +49,0 @@ "@polymer/iron-demo-helpers": "^3.0.0",

@@ -33,2 +33,3 @@ /**

* @mixes ThemableMixin
* @mixes ElementMixin
* @demo demo/index.html

@@ -92,3 +93,3 @@ */

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

@@ -95,0 +96,0 @@ }

@@ -22,2 +22,3 @@ /**

* @mixes ThemableMixin
* @mixes ElementMixin
*/

@@ -63,2 +64,3 @@ class ScrollerElement extends ElementMixin(ThemableMixin(PolymerElement)) {

* When `scrollDirection` is undefined scrollbars will be shown in both directions.
* @type {!ScrollerScrollDirection}
*/

@@ -73,3 +75,3 @@ scrollDirection: {

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

@@ -76,0 +78,0 @@ }

@@ -33,2 +33,3 @@ /**

* @mixes ThemableMixin
* @mixes ElementMixin
* @demo demo/index.html

@@ -83,3 +84,3 @@ */

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

@@ -86,0 +87,0 @@ }

import './theme/lumo/vaadin-horizontal-layout.js';
export * from './src/vaadin-horizontal-layout.js';
import './theme/lumo/vaadin-scroller.js';
export * from './src/vaadin-scroller.js';
import './theme/lumo/vaadin-vertical-layout.js';
export * from './src/vaadin-vertical-layout.js';
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