Socket
Socket
Sign inDemoInstall

@s-ui/react-atom-image

Package Overview
Dependencies
5
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.12.0 to 2.13.0

2

lib/index.js

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

}, [handleLoad, imageRef]);
var classNames = cx(BASE_CLASS, "is-" + (isLoading ? 'isLoading' : 'loaded'), error && "is-error");
var classNames = cx(BASE_CLASS, "is-" + (isLoading ? 'loading' : 'loaded'), error && "is-error");
var classNamesFigure = cx(BASE_CLASS_FIGURE, placeholder && CLASS_PLACEHOLDER, skeleton && CLASS_SKELETON);

@@ -66,0 +66,0 @@

{
"name": "@s-ui/react-atom-image",
"version": "2.12.0",
"version": "2.13.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc