Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rc-image

Package Overview
Dependencies
Maintainers
5
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-image - npm Package Compare versions

Comparing version 7.10.0 to 7.11.0

3

es/PreviewGroup.d.ts
import * as React from 'react';
import { type ImagePreviewType } from './Image';
import type { ImgInfo, ImagePreviewType } from './Image';
import type { PreviewProps, ToolbarRenderInfoType } from './Preview';

@@ -17,2 +17,3 @@ import type { TransformType } from './hooks/useImageTransform';

current: number;
image: ImgInfo;
}) => React.ReactNode;

@@ -19,0 +20,0 @@ onVisibleChange?: (value: boolean, prevValue: boolean, current: number) => void;

import * as React from 'react';
import { type ImagePreviewType } from './Image';
import type { ImgInfo, ImagePreviewType } from './Image';
import type { PreviewProps, ToolbarRenderInfoType } from './Preview';

@@ -17,2 +17,3 @@ import type { TransformType } from './hooks/useImageTransform';

current: number;
image: ImgInfo;
}) => React.ReactNode;

@@ -19,0 +20,0 @@ onVisibleChange?: (value: boolean, prevValue: boolean, current: number) => void;

{
"name": "rc-image",
"version": "7.10.0",
"version": "7.11.0",
"description": "React easy to use image component",

@@ -44,3 +44,3 @@ "keywords": [

"classnames": "^2.2.6",
"rc-dialog": "~9.5.2",
"rc-dialog": "~9.6.0",
"rc-motion": "^2.6.2",

@@ -47,0 +47,0 @@ "rc-util": "^5.34.1"

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