Socket
Socket
Sign inDemoInstall

@vaadin/component-base

Package Overview
Dependencies
Maintainers
19
Versions
369
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 22.0.0-alpha7 to 22.0.0-alpha8

1

index.d.ts
export { ActiveMixin } from './src/active-mixin.js';
export { DirMixin } from './src/dir-mixin.js';
export { DisabledMixin } from './src/disabled-mixin.js';

@@ -3,0 +4,0 @@ export { ElementMixin } from './src/element-mixin.js';

export { ActiveMixin } from './src/active-mixin.js';
export { DirMixin } from './src/dir-mixin.js';
export { DisabledMixin } from './src/disabled-mixin.js';

@@ -3,0 +4,0 @@ export { ElementMixin } from './src/element-mixin.js';

4

package.json
{
"name": "@vaadin/component-base",
"version": "22.0.0-alpha7",
"version": "22.0.0-alpha8",
"publishConfig": {

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

},
"gitHead": "8e89419c6b44a1d225d5859e180d7b35e47ddb52"
"gitHead": "c24468526298ee26ad7f7280b59f6c8789e1f75f"
}
/**
* @license
* Copyright (c) 2021 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
/**
* Helper that provides a set of functions for RTL.

@@ -3,0 +9,0 @@ */

@@ -1,3 +0,10 @@

export { DirMixin };
/**
* @license
* Copyright (c) 2021 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
/**
* A mixin to handle `dir` attribute based on the one set on the `<html>` element.
*/
declare function DirMixin<T extends new (...args: any[]) => {}>(base: T): T & DirMixinConstructor;

@@ -11,4 +18,2 @@

export { DirMixinConstructor };
interface DirMixin {

@@ -19,1 +24,3 @@ __getNormalizedScrollLeft(element: Element | null): number;

}
export { DirMixin, DirMixinConstructor };

@@ -37,2 +37,4 @@ /**

/**
* A mixin to handle `dir` attribute based on the one set on the `<html>` element.
*
* @polymerMixin

@@ -39,0 +41,0 @@ */

@@ -35,3 +35,3 @@ /**

static get version() {
return '22.0.0-alpha7';
return '22.0.0-alpha8';
}

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