Socket
Socket
Sign inDemoInstall

decky-frontend-lib

Package Overview
Dependencies
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

decky-frontend-lib - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

8

dist/deck-components/Focusable.d.ts

@@ -1,2 +0,2 @@

import { HTMLAttributes, ReactNode, VFC } from "react";
import { HTMLAttributes, ReactNode, RefAttributes, VFC } from "react";
export interface FocusableProps extends HTMLAttributes<HTMLDivElement> {

@@ -7,5 +7,5 @@ children: ReactNode;

focusWithinClassName?: string;
onActivate?: () => void;
onCancel?: () => void;
onActivate?: (e: CustomEvent) => void;
onCancel?: (e: CustomEvent) => void;
}
export declare const Focusable: VFC<FocusableProps>;
export declare const Focusable: VFC<FocusableProps & RefAttributes<HTMLDivElement>>;
{
"name": "decky-frontend-lib",
"version": "0.10.0",
"version": "0.10.1",
"description": "A library for building decky plugins",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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