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
15
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 1.0.0-alpha1 to 1.0.0-alpha2

3

package.json

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

"name": "@vaadin/vaadin-grid-pro",
"version": "1.0.0-alpha1",
"version": "1.0.0-alpha2",
"main": "vaadin-grid-pro.js",

@@ -38,2 +38,3 @@ "author": "Vaadin Ltd",

"@vaadin/vaadin-material-styles": "^1.2.0",
"@vaadin/vaadin-license-checker": "^2.1.0",
"@vaadin/vaadin-text-field": "^2.1.5",

@@ -40,0 +41,0 @@ "@vaadin/vaadin-select": "^2.0.2",

@@ -74,2 +74,3 @@ /**

type: String,
notify: true, // FIXME(web-padawan): needed by Flow counterpart
value: 'text'

@@ -76,0 +77,0 @@ },

@@ -11,2 +11,3 @@ /**

import { InlineEditingMixin } from './vaadin-grid-pro-inline-editing-mixin.js';
import '@vaadin/vaadin-license-checker/vaadin-license-checker.js';
/**

@@ -35,3 +36,3 @@ *

static get version() {
return '1.0.0-alpha1';
return '1.0.0-alpha2';
}

@@ -43,1 +44,7 @@ }

export { GridProElement };
const devModeCallback = window.Vaadin.developmentModeCallback;
const licenseChecker = devModeCallback && devModeCallback['vaadin-license-checker'];
if (typeof licenseChecker === 'function') {
licenseChecker(GridProElement);
}
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