@vaadin-component-factory/vcf-chat
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@vaadin-component-factory/vcf-chat", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Web Component chat implementation with virtual and infinite scroll.", | ||
@@ -49,3 +49,2 @@ "main": "theme/lumo/vcf-chat.js", | ||
"@vaadin/vaadin-element-mixin": "^2.1.3", | ||
"@vaadin/vaadin-license-checker": "^2.1.2", | ||
"@vaadin/vaadin-lumo-styles": "^1.5.0", | ||
@@ -52,0 +51,0 @@ "@vaadin/vaadin-progress-bar": "^1.1.2", |
@@ -61,4 +61,2 @@ # <vcf-chat> | ||
Commercial Vaadin Add-on License version 3 (CVALv3). For license terms, see LICENSE. | ||
Vaadin collects development time usage statistics to improve this product. For details and to opt-out, see https://github.com/vaadin/vaadin-usage-statistics. | ||
Apache License 2.0 |
/** | ||
* @license | ||
* Copyright (C) 2015 Vaadin Ltd. | ||
* This program is available under Commercial Vaadin Add-On License 3.0 (CVALv3). | ||
* See the file LICENSE.md distributed with this software for more information about licensing. | ||
* See [the website]{@link https://vaadin.com/license/cval-3} for the complete license. | ||
* This program is available under Apache License 2.0 | ||
*/ | ||
@@ -8,0 +6,0 @@ |
/** | ||
* @license | ||
* Copyright (C) 2015 Vaadin Ltd. | ||
* This program is available under Commercial Vaadin Add-On License 3.0 (CVALv3). | ||
* See the file LICENSE.md distributed with this software for more information about licensing. | ||
* See [the website]{@link https://vaadin.com/license/cval-3} for the complete license. | ||
* This program is available under Apache License 2.0 | ||
*/ | ||
@@ -8,0 +6,0 @@ |
/** | ||
* @license | ||
* Copyright (C) 2015 Vaadin Ltd. | ||
* This program is available under Commercial Vaadin Add-On License 3.0 (CVALv3). | ||
* See the file LICENSE.md distributed with this software for more information about licensing. | ||
* See [the website]{@link https://vaadin.com/license/cval-3} for the complete license. | ||
* This program is available under Apache License 2.0 | ||
*/ | ||
@@ -15,3 +13,2 @@ | ||
import { timeOut } from '@polymer/polymer/lib/utils/async.js'; | ||
import '@vaadin/vaadin-license-checker/vaadin-license-checker'; | ||
import '@vaadin/vaadin-progress-bar'; | ||
@@ -156,15 +153,2 @@ import '@polymer/iron-list'; | ||
/** | ||
* @protected | ||
*/ | ||
static _finalizeClass() { | ||
super._finalizeClass(); | ||
const devModeCallback = window.Vaadin.developmentModeCallback; | ||
const licenseChecker = devModeCallback && devModeCallback['vaadin-license-checker']; | ||
if (typeof licenseChecker === 'function') { | ||
licenseChecker(VcfChat); | ||
} | ||
} | ||
static get observers() { | ||
@@ -171,0 +155,0 @@ return ['_messagesLoaded(messages, messages.splices)']; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
9
0
100
45267
583
61
2