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-alpha1 to 1.3.0

7

package.json

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

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

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

},
"devDependencies": {
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify"
},
"devDependencies": {
"@polymer/iron-component-page": "^4.0.0",

@@ -43,0 +46,0 @@ "@polymer/iron-demo-helpers": "^3.0.0",

@@ -31,4 +31,4 @@ /**

*
* @memberof Vaadin
* @mixes Vaadin.ThemableMixin
* @extends PolymerElement
* @mixes ThemableMixin
* @demo demo/index.html

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

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

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

@@ -20,4 +20,4 @@ /**

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

@@ -72,3 +72,3 @@ class ScrollerElement extends ElementMixin(ThemableMixin(PolymerElement)) {

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

@@ -75,0 +75,0 @@ }

@@ -31,4 +31,4 @@ /**

*
* @memberof Vaadin
* @mixes Vaadin.ThemableMixin
* @extends PolymerElement
* @mixes ThemableMixin
* @demo demo/index.html

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

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

@@ -86,0 +86,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