Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/component-base

Package Overview
Dependencies
Maintainers
12
Versions
407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/component-base - npm Package Compare versions

Comparing version 24.6.0-rc1 to 24.6.0

6

package.json
{
"name": "@vaadin/component-base",
"version": "24.6.0-rc1",
"version": "24.6.0",
"publishConfig": {

@@ -41,7 +41,7 @@ "access": "public"

"devDependencies": {
"@vaadin/chai-plugins": "24.6.0-rc1",
"@vaadin/chai-plugins": "~24.6.0",
"@vaadin/testing-helpers": "^1.0.0",
"sinon": "^18.0.0"
},
"gitHead": "d62ba309e3286777ad3ea7e015d50a2c4976bb42"
"gitHead": "c0b38aa981494d04fac64da35aa3890ad72551ea"
}

@@ -16,3 +16,3 @@ /**

export function defineCustomElement(CustomElement, version = '24.6.0-rc1') {
export function defineCustomElement(CustomElement, version = '24.6.0') {
Object.defineProperty(CustomElement, 'version', {

@@ -19,0 +19,0 @@ get() {

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

if (this.constructor.__complexObservers) {
this.__runComplexObservers(props, this.constructor.__complexObservers);
}
if (this.__dynamicPropertyObservers) {

@@ -228,6 +232,2 @@ this.__runDynamicObservers(props, this.__dynamicPropertyObservers);

if (this.constructor.__complexObservers) {
this.__runComplexObservers(props, this.constructor.__complexObservers);
}
if (this.__dynamicMethodObservers) {

@@ -234,0 +234,0 @@ this.__runComplexObservers(props, this.__dynamicMethodObservers);

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