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 3.16.1 to 3.16.2

5

dist/deck-components/Marquee.d.ts

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

import { FC, CSSProperties } from 'react';
import { CSSProperties, FC } from 'react';
export interface MarqueeProps {

@@ -14,3 +14,2 @@ play?: boolean;

}
declare const Marquee: FC<MarqueeProps>;
export default Marquee;
export declare const Marquee: FC<MarqueeProps>;

3

dist/deck-components/Marquee.js
import { findModuleChild } from '../webpack';
const Marquee = findModuleChild((m) => {
export const Marquee = findModuleChild((m) => {
if (typeof m !== 'object')

@@ -12,2 +12,1 @@ return;

});
export default Marquee;
{
"name": "decky-frontend-lib",
"version": "3.16.1",
"version": "3.16.2",
"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

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