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

@vaadin/grid

Package Overview
Dependencies
Maintainers
12
Versions
417
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 24.1.0-alpha6 to 24.1.0-alpha7

20

package.json
{
"name": "@vaadin/grid",
"version": "24.1.0-alpha6",
"version": "24.1.0-alpha7",
"publishConfig": {

@@ -49,10 +49,10 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/a11y-base": "24.1.0-alpha6",
"@vaadin/checkbox": "24.1.0-alpha6",
"@vaadin/component-base": "24.1.0-alpha6",
"@vaadin/lit-renderer": "24.1.0-alpha6",
"@vaadin/text-field": "24.1.0-alpha6",
"@vaadin/vaadin-lumo-styles": "24.1.0-alpha6",
"@vaadin/vaadin-material-styles": "24.1.0-alpha6",
"@vaadin/vaadin-themable-mixin": "24.1.0-alpha6"
"@vaadin/a11y-base": "24.1.0-alpha7",
"@vaadin/checkbox": "24.1.0-alpha7",
"@vaadin/component-base": "24.1.0-alpha7",
"@vaadin/lit-renderer": "24.1.0-alpha7",
"@vaadin/text-field": "24.1.0-alpha7",
"@vaadin/vaadin-lumo-styles": "24.1.0-alpha7",
"@vaadin/vaadin-material-styles": "24.1.0-alpha7",
"@vaadin/vaadin-themable-mixin": "24.1.0-alpha7"
},

@@ -69,3 +69,3 @@ "devDependencies": {

],
"gitHead": "823673f238b8d5705d475d0b355864183646ce44"
"gitHead": "6711b6ac7b49e2ddc0990c34de9718b58c2d16b3"
}

@@ -276,3 +276,3 @@ /**

const item = cache.items[scaledIndex];
if (item) {
if (item !== undefined) {
this.__updateLoading(el, false);

@@ -428,10 +428,3 @@ this._updateItem(el, item);

this._setLoading(false);
this._getVisibleRows().forEach((row) => {
const cachedItem = this._cache.getItemForIndex(row.index);
if (cachedItem) {
this._getItem(row.index, row);
}
});
this.__updateVisibleRows();
this.__scrollToPendingIndexes();

@@ -438,0 +431,0 @@ });

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

}
@media (forced-colors: active) {
[part~='selected-row'] [part~='first-column-cell']::after {
content: '';
position: absolute;
top: 0;
left: 0;
bottom: 0;
border: 2px solid;
}
[part~='focused-cell']::before {
outline: 2px solid !important;
outline-offset: -1px;
}
}
`,
{ moduleId: 'vaadin-grid-styles' },
);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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