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

@vaadin/vaadin-form-layout

Package Overview
Dependencies
Maintainers
17
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.1.2 to 2.1.3

4

package.json

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

"name": "@vaadin/vaadin-form-layout",
"version": "2.1.2",
"version": "2.1.3",
"main": "vaadin-form-layout.js",

@@ -48,5 +48,5 @@ "author": "Vaadin Ltd",

"wct-browser-legacy": "^1.0.1",
"@vaadin/vaadin-demo-helpers": "^2.0.1",
"@vaadin/vaadin-demo-helpers": "^3.0.0",
"@vaadin/vaadin-ordered-layout": "^1.1.0"
}
}

@@ -125,3 +125,3 @@ [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-form-layout)](https://www.npmjs.com/package/@vaadin/vaadin-form-layout)

We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `gulp lint`, which will automatically lint all `.js` files as well as JavaScript snippets inside `.html` files.
We are using [ESLint](http://eslint.org/) for linting JavaScript code. You can check if your code is following our standards by running `npm run lint`, which will automatically lint all `.js` files as well as JavaScript snippets inside `.html` files.

@@ -128,0 +128,0 @@

@@ -128,3 +128,3 @@ /**

to {
opacity: 1;
opacity: 1 !important; /* stylelint-disable-line keyframe-declaration-no-important */
}

@@ -177,3 +177,3 @@ }

static get version() {
return '2.1.2';
return '2.1.3';
}

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