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 3.7.12 to 3.7.13

dist/custom-hooks/useQuickAccessVisible.d.ts

2

dist/custom-hooks/index.d.ts

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

export * from './usequickaccessvisible';
export * from './useQuickAccessVisible';

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

export * from './usequickaccessvisible';
export * from './useQuickAccessVisible';

@@ -24,1 +24,6 @@ export * from './Button';

export * from './ToggleField';
export * from './SteamClient';
import { SteamClient } from './SteamClient';
declare global {
var SteamClient: SteamClient;
}

@@ -24,1 +24,2 @@ export * from './Button';

export * from './ToggleField';
export * from './SteamClient';
{
"name": "decky-frontend-lib",
"version": "3.7.12",
"version": "3.7.13",
"description": "A library for building decky plugins",

@@ -13,3 +13,2 @@ "main": "dist/index.js",

"docs": "typedoc --tsconfig ./tsconfig.json src/**/*",
"prepack": "npm run build",
"test": "echo 'No tests for now!'",

@@ -16,0 +15,0 @@ "prepare": "husky install",

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

export * from './usequickaccessvisible';
export * from './useQuickAccessVisible';

@@ -24,1 +24,8 @@ export * from './Button';

export * from './ToggleField';
export * from './SteamClient';
import {SteamClient} from './SteamClient'
declare global {
var SteamClient: SteamClient;
}
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