You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@react-aria/label

Package Overview
Dependencies
Maintainers
2
Versions
1060
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/label - npm Package Compare versions

Comparing version

to
3.0.0-nightly-1dd65ffc5-250429

2

dist/useLabel.main.js

@@ -31,3 +31,3 @@ var $eXjoL$reactariautils = require("@react-aria/utils");

};
} else if (!ariaLabelledby && !ariaLabel) console.warn('If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility');
} else if (!ariaLabelledby && !ariaLabel && process.env.NODE_ENV !== 'production') console.warn('If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility');
let fieldProps = (0, $eXjoL$reactariautils.useLabels)({

@@ -34,0 +34,0 @@ id: id,

@@ -25,3 +25,3 @@ import {useId as $83Elw$useId, useLabels as $83Elw$useLabels} from "@react-aria/utils";

};
} else if (!ariaLabelledby && !ariaLabel) console.warn('If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility');
} else if (!ariaLabelledby && !ariaLabel && process.env.NODE_ENV !== 'production') console.warn('If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility');
let fieldProps = (0, $83Elw$useLabels)({

@@ -28,0 +28,0 @@ id: id,

{
"name": "@react-aria/label",
"version": "3.0.0-nightly-1b425caa2-250114",
"version": "3.0.0-nightly-1dd65ffc5-250429",
"description": "Spectrum UI components in React",

@@ -25,8 +25,9 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/utils": "3.0.0-nightly-1b425caa2-250114",
"@react-types/shared": "3.0.0-nightly-1b425caa2-250114",
"@react-aria/utils": "3.0.0-nightly-1dd65ffc5-250429",
"@react-types/shared": "3.0.0-nightly-1dd65ffc5-250429",
"@swc/helpers": "^0.5.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1",
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},

@@ -33,0 +34,0 @@ "publishConfig": {

@@ -55,3 +55,3 @@ /*

};
} else if (!ariaLabelledby && !ariaLabel) {
} else if (!ariaLabelledby && !ariaLabel && process.env.NODE_ENV !== 'production') {
console.warn('If you do not provide a visible label, you must specify an aria-label or aria-labelledby attribute for accessibility');

@@ -58,0 +58,0 @@ }

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