@vaadin/vaadin-form-layout
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43285
1