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.5.1 to 0.6.0

dist/deck-components/Dropdown.d.ts

2

dist/deck-components/index.d.ts
export * from './Button';
export * from './ButtonItem';
export * from './Dropdown';
export * from './Menu';

@@ -7,2 +8,3 @@ export * from './Modal';

export * from './Router';
export * from './SidebarNavigation';
export * from './Slider';

@@ -9,0 +11,0 @@ export * from './Spinner';

export * from './Button';
export * from './ButtonItem';
export * from './Dropdown';
export * from './Menu';

@@ -7,2 +8,3 @@ export * from './Modal';

export * from './Router';
export * from './SidebarNavigation';
export * from './Slider';

@@ -9,0 +11,0 @@ export * from './Spinner';

1

dist/deck-components/TextField.js
import { CommonUIModule } from '../webpack';
export const TextField = Object.values(CommonUIModule).find((mod) => mod?.validateUrl && mod?.validateEmail);
console.log(TextField);
{
"name": "decky-frontend-lib",
"version": "0.5.1",
"version": "0.6.0",
"description": "A library for building decky plugins",

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

"test": "echo 'No tests for now!'",
"postinstall": "husky install",
"prepare": "husky install",
"commit": "git-cz"

@@ -16,0 +16,0 @@ },

export * from './Button';
export * from './ButtonItem';
export * from './Dropdown';
export * from './Menu';

@@ -7,2 +8,3 @@ export * from './Modal';

export * from './Router';
export * from './SidebarNavigation';
export * from './Slider';

@@ -9,0 +11,0 @@ export * from './Spinner';

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