Socket
Socket
Sign inDemoInstall

rc-image

Package Overview
Dependencies
Maintainers
4
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 5.10.2 to 5.11.0

2

es/Preview.js

@@ -368,3 +368,3 @@ import _extends from "@babel/runtime/helpers/esm/extends";

return /*#__PURE__*/React.createElement("div", {
className: classnames(className, rootClassName),
className: classnames("".concat(prefixCls, "-operations-wrapper"), className, rootClassName),
style: style

@@ -371,0 +371,0 @@ }, operations);

@@ -398,3 +398,3 @@ "use strict";

return /*#__PURE__*/React.createElement("div", {
className: (0, _classnames5.default)(className, rootClassName),
className: (0, _classnames5.default)("".concat(prefixCls, "-operations-wrapper"), className, rootClassName),
style: style

@@ -401,0 +401,0 @@ }, operations);

{
"name": "rc-image",
"version": "5.10.2",
"version": "5.11.0",
"description": "React easy to use image component",

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

"test": "rc-test",
"coverage": "father test --coverage",
"coverage": "rc-test --coverage",
"now-build": "npm run docs:build"

@@ -40,0 +40,0 @@ },

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