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-beta1 to 1.0.0-beta2

6

package.json

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

"name": "@vaadin/vaadin-grid-pro",
"version": "1.0.0-beta1",
"version": "1.0.0-beta2",
"main": "vaadin-grid-pro.js",

@@ -47,4 +47,4 @@ "author": "Vaadin Ltd",

"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.18",
"@polymer/iron-test-helpers": "^3.0.0-pre.18",
"@polymer/iron-component-page": "^4.0.0",
"@polymer/iron-test-helpers": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0",

@@ -51,0 +51,0 @@ "wct-browser-legacy": "^1.0.1",

@@ -276,2 +276,4 @@ /**

const path = this.editorType === 'checkbox' ? 'checked' : this.editorValuePath;
// FIXME(yuriy): Required for the flow counterpart as it is passing the string value to webcomponent
value = (this.editorType === 'checkbox' && typeof value === 'string') ? value == 'true' : value;
set(editor, path, value);

@@ -278,0 +280,0 @@ editor.notifyPath && editor.notifyPath(path, value);

@@ -35,3 +35,3 @@ /**

static get version() {
return '1.0.0-beta1';
return '1.0.0-beta2';
}

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