Socket
Socket
Sign inDemoInstall

@fluentui/react-avatar

Package Overview
Dependencies
Maintainers
0
Versions
987
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fluentui/react-avatar - npm Package Compare versions

Comparing version 0.0.0-nightly-20240726-2023.1 to 0.0.0-nightly-20240727-0949.1

2

lib/components/Avatar/Avatar.js

@@ -6,2 +6,4 @@ import * as React from 'react';

import { useAvatarStyles_unstable } from './useAvatarStyles.styles';
//TODO: migrate to fc to ensure v18 compatibility
// eslint-disable-next-line deprecation/deprecation
export const Avatar = /*#__PURE__*/ React.forwardRef((props, ref)=>{

@@ -8,0 +10,0 @@ const state = useAvatar_unstable(props, ref);

4

lib/components/AvatarGroup/AvatarGroup.js

@@ -10,3 +10,5 @@ import * as React from 'react';

* of individual Avatars in a spread, stack, or pie layout.
*/ export const AvatarGroup = /*#__PURE__*/ React.forwardRef((props, ref)=>{
*/ //TODO: migrate to fc to ensure v18 compatibility
// eslint-disable-next-line deprecation/deprecation
export const AvatarGroup = /*#__PURE__*/ React.forwardRef((props, ref)=>{
const state = useAvatarGroup_unstable(props, ref);

@@ -13,0 +15,0 @@ const contextValues = useAvatarGroupContextValues(state);

@@ -9,3 +9,5 @@ import * as React from 'react';

* AvatarGroupItem should only be used in an AvatarGroup component.
*/ export const AvatarGroupItem = /*#__PURE__*/ React.forwardRef((props, ref)=>{
*/ //TODO: migrate to fc to ensure v18 compatibility
// eslint-disable-next-line deprecation/deprecation
export const AvatarGroupItem = /*#__PURE__*/ React.forwardRef((props, ref)=>{
const state = useAvatarGroupItem_unstable(props, ref);

@@ -12,0 +14,0 @@ useAvatarGroupItemStyles_unstable(state);

{
"name": "@fluentui/react-avatar",
"version": "0.0.0-nightly-20240726-2023.1",
"version": "0.0.0-nightly-20240727-0949.1",
"description": "React components for building Microsoft web experiences.",

@@ -30,6 +30,6 @@ "main": "lib-commonjs/index.js",

"devDependencies": {
"@fluentui/react-provider": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-provider": "0.0.0-nightly-20240727-0949.1",
"@fluentui/eslint-plugin": "*",
"@fluentui/react-conformance": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-conformance": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20240727-0949.1",
"es6-weak-map": "^2.0.2",

@@ -41,12 +41,12 @@ "@fluentui/scripts-api-extractor": "*",

"dependencies": {
"@fluentui/react-badge": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-context-selector": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-badge": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-context-selector": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-icons": "^2.0.245",
"@fluentui/react-popover": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-tabster": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-theme": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-tooltip": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20240726-2023.1",
"@fluentui/react-popover": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-shared-contexts": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-tabster": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-theme": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-tooltip": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-utilities": "0.0.0-nightly-20240727-0949.1",
"@fluentui/react-jsx-runtime": "0.0.0-nightly-20240727-0949.1",
"@griffel/react": "^1.5.22",

@@ -53,0 +53,0 @@ "@swc/helpers": "^0.5.1"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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