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

@vaadin/grid

Package Overview
Dependencies
Maintainers
12
Versions
405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/grid - npm Package Compare versions

Comparing version 23.1.6 to 23.1.7

20

package.json
{
"name": "@vaadin/grid",
"version": "23.1.6",
"version": "23.1.7",
"publishConfig": {

@@ -46,13 +46,13 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/checkbox": "^23.1.6",
"@vaadin/component-base": "^23.1.6",
"@vaadin/lit-renderer": "^23.1.6",
"@vaadin/text-field": "^23.1.6",
"@vaadin/vaadin-lumo-styles": "^23.1.6",
"@vaadin/vaadin-material-styles": "^23.1.6",
"@vaadin/vaadin-themable-mixin": "^23.1.6"
"@vaadin/checkbox": "~23.1.7",
"@vaadin/component-base": "~23.1.7",
"@vaadin/lit-renderer": "~23.1.7",
"@vaadin/text-field": "~23.1.7",
"@vaadin/vaadin-lumo-styles": "~23.1.7",
"@vaadin/vaadin-material-styles": "~23.1.7",
"@vaadin/vaadin-themable-mixin": "~23.1.7"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/polymer-legacy-adapter": "^23.1.6",
"@vaadin/polymer-legacy-adapter": "~23.1.7",
"@vaadin/testing-helpers": "^0.3.2",

@@ -62,3 +62,3 @@ "lit": "^2.0.0",

},
"gitHead": "b356bcba208f6569d3d85ac11795c3e736adce85"
"gitHead": "879a4e5e6a245809bafa0ef2b5cdb24aef72565d"
}

@@ -597,2 +597,7 @@ /**

// Flush to account for any changes to the visibility of the columns
if (this._debouncerHiddenChanged) {
this._debouncerHiddenChanged.flush();
}
cols.forEach((col) => {

@@ -599,0 +604,0 @@ col.width = `${this.__getDistributedWidth(col)}px`;

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