Socket
Socket
Sign inDemoInstall

@uxf/ui

Package Overview
Dependencies
Maintainers
1
Versions
283
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxf/ui - npm Package Compare versions

Comparing version 11.8.1 to 11.9.0

6

package.json
{
"name": "@uxf/ui",
"version": "11.8.1",
"version": "11.9.0",
"description": "",

@@ -20,5 +20,5 @@ "publishConfig": {

"@headlessui/react": "1.7.14",
"@uxf/core": "10.10.1",
"@uxf/core": "11.9.0",
"@uxf/datepicker": "11.1.0",
"@uxf/styles": "10.10.1",
"@uxf/styles": "11.9.0",
"color2k": "2.0.2",

@@ -25,0 +25,0 @@ "dayjs": "1.11.10",

@@ -1,3 +0,3 @@

import { Quality } from "@uxf/core/utils/image";
import { ImageSource, ResizerImageProps } from "@uxf/core/utils/resizer";
import { ImageSourcesOptions, Quality } from "@uxf/core/utils/image";
import { ImageSource } from "@uxf/core/utils/resizer";
import { FC, ImgHTMLAttributes, ReactNode } from "react";

@@ -14,3 +14,3 @@ type ImgProps = ImgHTMLAttributes<HTMLImageElement>;

noImageContent?: ReactNode;
options?: Omit<ResizerImageProps, "quality" | "toFormat">;
options?: ImageSourcesOptions;
quality?: Quality;

@@ -17,0 +17,0 @@ role?: ImgProps["role"];

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