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

@vaadin/vaadin-grid-pro

Package Overview
Dependencies
Maintainers
16
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.1.1 to 2.1.2

2

package.json

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

"name": "@vaadin/vaadin-grid-pro",
"version": "2.1.1",
"version": "2.1.2",
"main": "vaadin-grid-pro.js",

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

@@ -296,2 +296,9 @@ /**

if (value !== this.get(column.path, model.item)) {
// In some cases, where the value comes from the editor's change
// event (eg. custom editor in vaadin-grid-pro-flow), the event is
// not dispatched in FF/Safari/Edge. That's due the change event
// doesn't occur when the editor is removed from the DOM. Manually
// calling blur makes the event to be dispatched.
editor.blur();
this.dispatchEvent(new CustomEvent('item-property-changed', {

@@ -298,0 +305,0 @@ detail: {

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

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

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