Socket
Socket
Sign inDemoInstall

@vaadin/component-base

Package Overview
Dependencies
Maintainers
14
Versions
373
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 23.1.0-rc3 to 23.1.0

4

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

@@ -45,3 +45,3 @@ "access": "public"

},
"gitHead": "49c312fbe0228adb559296d45655bbfd4eac6235"
"gitHead": "322bba42b83f908a78cd972b06acadc5da95a69d"
}

@@ -9,2 +9,7 @@ /**

/**
* @typedef ReactiveController
* @type {import('lit').ReactiveController}
*/
/**
* A mixin for connecting controllers to the element.

@@ -21,3 +26,3 @@ *

/**
* @type {Set<import('lit').ReactiveController>}
* @type {Set<ReactiveController>}
*/

@@ -52,3 +57,3 @@ this.__controllers = new Set();

*
* @param {import('lit').ReactiveController} controller
* @param {ReactiveController} controller
* @protected

@@ -67,3 +72,3 @@ */

*
* @param {import('lit').ReactiveController} controller
* @param {ReactiveController} controller
* @protected

@@ -70,0 +75,0 @@ */

@@ -42,3 +42,3 @@ /**

static get version() {
return '23.1.0-rc3';
return '23.1.0';
}

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