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
18
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 3.0.0 to 3.0.1

2

package.json
{
"name": "@vaadin/vaadin-grid-pro",
"version": "3.0.0",
"version": "3.0.1",
"description": "vaadin-grid-pro",

@@ -5,0 +5,0 @@ "main": "vaadin-grid-pro.js",

@@ -7,3 +7,3 @@ /**

*/
import { microTask } from '@polymer/polymer/lib/utils/async.js';
import { animationFrame } from '@polymer/polymer/lib/utils/async.js';
import { Debouncer } from '@polymer/polymer/lib/utils/debounce.js';

@@ -263,3 +263,3 @@ import { PolymerElement } from '@polymer/polymer/polymer-element.js';

// schedule stop on editor component focusout
this._debouncerStopEdit = Debouncer.debounce(this._debouncerStopEdit, microTask, this._stopEdit.bind(this));
this._debouncerStopEdit = Debouncer.debounce(this._debouncerStopEdit, animationFrame, this._stopEdit.bind(this));
}

@@ -266,0 +266,0 @@

@@ -45,3 +45,3 @@ /**

static get version() {
return '3.0.0';
return '3.0.1';
}

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