decky-frontend-lib
Advanced tools
Comparing version 0.5.1 to 0.6.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'; |
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'; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
62468
60
1253
0