Socket
Socket
Sign inDemoInstall

decky-frontend-lib

Package Overview
Dependencies
0
Maintainers
1
Versions
153
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.19.2 to 3.20.0

8

dist/custom-components/ReorderableList.js

@@ -23,2 +23,8 @@ import { Fragment, useEffect, useState } from 'react';

}
function saveOnBackout(e) {
const event = e;
if (event.detail.button == GamepadButton.CANCEL) {
toggleReorderEnabled();
}
}
return (window.SP_REACT.createElement(Fragment, null,

@@ -35,3 +41,3 @@ window.SP_REACT.createElement("div", { style: {

} },
window.SP_REACT.createElement(Focusable, { onSecondaryButton: toggleReorderEnabled, onSecondaryActionDescription: reorderEnabled ? 'Save Order' : 'Reorder', onClick: toggleReorderEnabled }, entryList.map((entry) => (window.SP_REACT.createElement(ReorderableItem, { animate: props.animate, listData: entryList, entryData: entry, reorderEntryFunc: setEntryList, reorderEnabled: reorderEnabled, fieldProps: props.fieldProps }, props.interactables ? window.SP_REACT.createElement(props.interactables, { entry: entry }) : null)))))));
window.SP_REACT.createElement(Focusable, { onSecondaryButton: toggleReorderEnabled, onSecondaryActionDescription: reorderEnabled ? 'Save Order' : 'Reorder', onClick: toggleReorderEnabled, onButtonDown: saveOnBackout }, entryList.map((entry) => (window.SP_REACT.createElement(ReorderableItem, { animate: props.animate, listData: entryList, entryData: entry, reorderEntryFunc: setEntryList, reorderEnabled: reorderEnabled, fieldProps: props.fieldProps }, props.interactables ? window.SP_REACT.createElement(props.interactables, { entry: entry }) : null)))))));
}

@@ -38,0 +44,0 @@ function ReorderableItem(props) {

2

dist/deck-components/SidebarNavigation.d.ts

@@ -15,3 +15,3 @@ import { ReactNode, VFC } from 'react';

title?: string;
pages: SidebarNavigationPage[];
pages: (SidebarNavigationPage | 'separator')[];
showTitle?: boolean;

@@ -18,0 +18,0 @@ disableRouteReporting?: boolean;

{
"name": "decky-frontend-lib",
"version": "3.19.2",
"version": "3.20.0",
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc