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

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 3.18.4 to 3.18.5

8

dist/deck-components/Panel.d.ts

@@ -1,7 +0,11 @@

import { FC } from 'react';
import { FC, ReactNode } from 'react';
export interface PanelSectionProps {
title?: string;
spinner?: boolean;
children?: ReactNode;
}
export declare const PanelSection: FC<PanelSectionProps>;
export declare const PanelSectionRow: FC<{}>;
export interface PanelSectionRowProps {
children?: ReactNode;
}
export declare const PanelSectionRow: FC<PanelSectionRowProps>;
{
"name": "decky-frontend-lib",
"version": "3.18.4",
"version": "3.18.5",
"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