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
397
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.5.0-rc2 to 24.6.0-alpha1

6

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

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

"devDependencies": {
"@vaadin/chai-plugins": "24.5.0-rc2",
"@vaadin/chai-plugins": "24.6.0-alpha1",
"@vaadin/testing-helpers": "^1.0.0",
"sinon": "^18.0.0"
},
"gitHead": "be5bf40aec33761c6defdb5b3093c7b6dd5d97fd"
"gitHead": "ae1fb0e6e7ce925999051c6cc62ba8476264c63f"
}

@@ -12,3 +12,3 @@ /**

export interface AsyncInterface {
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
run(fn: Function, delay?: number): number;

@@ -44,3 +44,3 @@ cancel(handle: number): void;

*/
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
function run(fn: Function, delay?: number): number;

@@ -110,3 +110,3 @@

*/
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
function run(callback?: Function): number;

@@ -113,0 +113,0 @@

@@ -7,3 +7,3 @@ /**

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

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

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