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 0.7.0 to 0.7.1

1

dist/deck-components/Router.d.ts

@@ -22,2 +22,3 @@ export declare enum SideMenu {

NavigateToExternalWeb(url: string): void;
NavigateToStore(): void;
ToggleSideMenu(sideMenu: SideMenu): void;

@@ -24,0 +25,0 @@ CloseSideMenus(): void;

4

dist/deck-components/Spinner.d.ts

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

import { FC } from 'react';
export declare const Spinner: FC<{}>;
import { FC, SVGAttributes } from 'react';
export declare const Spinner: FC<SVGAttributes<SVGElement>>;

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

import { FC } from 'react';
export declare const SteamSpinner: FC<{}>;
import { FC, SVGAttributes } from 'react';
export declare const SteamSpinner: FC<SVGAttributes<SVGElement>>;
{
"name": "decky-frontend-lib",
"version": "0.7.0",
"version": "0.7.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

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