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

@vaadin/board

Package Overview
Dependencies
Maintainers
14
Versions
418
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/board - npm Package Compare versions

Comparing version 23.2.0-alpha2 to 23.2.0-alpha3

7

package.json
{
"name": "@vaadin/board",
"version": "23.2.0-alpha2",
"version": "23.2.0-alpha3",
"publishConfig": {

@@ -41,4 +41,3 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "23.2.0-alpha2",
"@vaadin/vaadin-license-checker": "^2.1.0"
"@vaadin/component-base": "23.2.0-alpha3"
},

@@ -50,3 +49,3 @@ "devDependencies": {

},
"gitHead": "c9b8113d0fa9a602f8b9cb915c1826355af2e8df"
"gitHead": "06e5875be93ca50da2846dafc65a8531010c0576"
}

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

*/
import '@vaadin/vaadin-license-checker/vaadin-license-checker.js';
import './vaadin-board-row.js';

@@ -56,16 +55,2 @@ import { html, PolymerElement } from '@polymer/polymer/polymer-element.js';

/**
* @protected
*/
static _finalizeClass() {
super._finalizeClass();
const devModeCallback = window.Vaadin.developmentModeCallback;
const licenseChecker = devModeCallback && devModeCallback['vaadin-license-checker'];
/* c8 ignore next 3 */
if (typeof licenseChecker === 'function') {
licenseChecker(Board);
}
}
/**
* Redraws the board and all rows inside it, if necessary.

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