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

@vaadin/vaadin-grid-pro

Package Overview
Dependencies
Maintainers
12
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-grid-pro - npm Package Compare versions

Comparing version 2.4.0 to 2.4.1

2

package.json

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

"name": "@vaadin/vaadin-grid-pro",
"version": "2.4.0",
"version": "2.4.1",
"main": "vaadin-grid-pro.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -320,4 +320,4 @@ /**

if (cell.__savedTemplate) {
cell._renderer = undefined;
this._stampTemplateToCell(cell, cell.__savedTemplate, model);
cell._renderer = undefined;
cell.__savedTemplate = undefined;

@@ -324,0 +324,0 @@ } else if (cell.__savedRenderer) {

@@ -34,3 +34,3 @@ /**

static get version() {
return '2.4.0';
return '2.4.1';
}

@@ -37,0 +37,0 @@ static get cvdlName() {

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