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.18.9 to 3.18.10

4

dist/custom-components/SuspensefulImage.js

@@ -8,2 +8,4 @@ import { useEffect } from 'react';

useEffect(() => {
setLoading(true);
setError(false);
const img = new Image();

@@ -17,3 +19,3 @@ img.src = props.src || '';

});
}, []);
}, [props.src]);
return loading ? (window.SP_REACT.createElement("div", { style: {

@@ -20,0 +22,0 @@ width: props.suspenseWidth || props.style?.width,

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