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

@vaadin/focus-visible-mixin

Package Overview
Dependencies
Maintainers
16
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/focus-visible-mixin - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

focus-visible-mixin.d.ts

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

import { Constructor } from '@vaadin/mixin-utils';
import { FocusVisibleClass } from './focus-visible-class';
declare type Constructor<T = object> = new (...args: any[]) => T;
export interface FocusVisibleInterface {

@@ -7,3 +7,2 @@ autofocus: boolean;

export declare const FocusVisibleMixin: <T extends Constructor<FocusVisibleClass>>(base: T) => T & Constructor<FocusVisibleClass & FocusVisibleInterface>;
export {};
//# sourceMappingURL=focus-visible-mixin.d.ts.map
{
"name": "@vaadin/focus-visible-mixin",
"version": "0.1.2",
"version": "0.1.3",
"author": "Vaadin Ltd",

@@ -18,2 +18,3 @@ "license": "Apache-2.0",

"dependencies": {
"@vaadin/mixin-utils": "^0.1.0",
"lit-element": "^2.0.0",

@@ -29,3 +30,3 @@ "lit-html": "^1.0.0"

},
"gitHead": "f5071de4574cadf60279853ae957abdadb5cd176"
"gitHead": "ff5f69931daced1cb7176b7774547752c1c982c7"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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