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

@react-types/textfield

Package Overview
Dependencies
Maintainers
2
Versions
922
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/textfield - npm Package Compare versions

Comparing version

to
3.0.0-nightly-b4695c8fd-250306

7

package.json
{
"name": "@react-types/textfield",
"version": "3.0.0-nightly-b3a4d6c11-241119",
"version": "3.0.0-nightly-b4695c8fd-250306",
"description": "Spectrum UI components in React",

@@ -12,3 +12,3 @@ "license": "Apache-2.0",

"dependencies": {
"@react-types/shared": "^3.0.0-nightly-b3a4d6c11-241119"
"@react-types/shared": "3.0.0-nightly-b4695c8fd-250306"
},

@@ -20,4 +20,3 @@ "peerDependencies": {

"access": "public"
},
"stableVersion": "3.9.7"
}
}

@@ -45,3 +45,9 @@ /*

/** Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element. */
'aria-haspopup'?: boolean | 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog'
'aria-haspopup'?: boolean | 'false' | 'true' | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog',
/** Identifies the element (or elements) whose contents or presence are controlled by the current element. */
'aria-controls'?: string,
/**
* An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See [https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/enterkeyhint].
*/
enterKeyHint?: 'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'
}

@@ -48,0 +54,0 @@