New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-stately/flags

Package Overview
Dependencies
Maintainers
2
Versions
451
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/flags - npm Package Compare versions

Comparing version

to
3.0.0-nightly-9d471e48d-250314

2

package.json
{
"name": "@react-stately/flags",
"version": "3.0.0-nightly-9bd8a5f19-250304",
"version": "3.0.0-nightly-9d471e48d-250314",
"description": "Spectrum UI components in React",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

@@ -16,16 +16,16 @@ /*

export function enableTableNestedRows() {
export function enableTableNestedRows(): void {
_tableNestedRows = true;
}
export function tableNestedRows() {
export function tableNestedRows(): boolean {
return _tableNestedRows;
}
export function enableShadowDOM() {
export function enableShadowDOM(): void {
_shadowDOM = true;
}
export function shadowDOM() {
export function shadowDOM(): boolean {
return _shadowDOM;
}

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