Socket
Socket
Sign inDemoInstall

@react-aria/searchfield

Package Overview
Dependencies
Maintainers
1
Versions
720
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/searchfield - npm Package Compare versions

Comparing version 3.0.0-nightly.689 to 3.0.0-nightly.693

5

dist/main.js

@@ -229,3 +229,6 @@ var {

labelProps,
inputProps,
inputProps: _babelRuntimeHelpersExtends({}, inputProps, {
// already handled by useSearchFieldState
defaultValue: undefined
}),
clearButtonProps: {

@@ -232,0 +235,0 @@ 'aria-label': formatMessage('Clear search'),

@@ -217,3 +217,6 @@ import { useTextField } from "@react-aria/textfield";

labelProps,
inputProps,
inputProps: _babelRuntimeHelpersEsmExtends({}, inputProps, {
// already handled by useSearchFieldState
defaultValue: undefined
}),
clearButtonProps: {

@@ -220,0 +223,0 @@ 'aria-label': formatMessage('Clear search'),

20

package.json
{
"name": "@react-aria/searchfield",
"version": "3.0.0-nightly.689+49ce1408",
"version": "3.0.0-nightly.693+9d3b925e",
"description": "Spectrum UI components in React",

@@ -21,10 +21,10 @@ "license": "Apache-2.0",

"@babel/runtime": "^7.6.2",
"@react-aria/i18n": "3.0.0-nightly.689+49ce1408",
"@react-aria/interactions": "3.0.0-nightly.689+49ce1408",
"@react-aria/textfield": "3.0.0-nightly.689+49ce1408",
"@react-aria/utils": "3.0.0-nightly.689+49ce1408",
"@react-stately/searchfield": "3.0.0-nightly.689+49ce1408",
"@react-types/button": "3.2.1-nightly.2367+49ce1408",
"@react-types/searchfield": "3.0.0-nightly.689+49ce1408",
"@react-types/shared": "3.0.0-nightly.689+49ce1408"
"@react-aria/i18n": "3.0.0-nightly.693+9d3b925e",
"@react-aria/interactions": "3.0.0-nightly.693+9d3b925e",
"@react-aria/textfield": "3.0.0-nightly.693+9d3b925e",
"@react-aria/utils": "3.0.0-nightly.693+9d3b925e",
"@react-stately/searchfield": "3.0.0-nightly.693+9d3b925e",
"@react-types/button": "3.2.1-nightly.2371+9d3b925e",
"@react-types/searchfield": "3.0.0-nightly.693+9d3b925e",
"@react-types/shared": "3.0.0-nightly.693+9d3b925e"
},

@@ -37,3 +37,3 @@ "peerDependencies": {

},
"gitHead": "49ce1408c9ebdc554886d22d5544718d22e61516"
"gitHead": "9d3b925ee5bbea9d63db95a53a32d03e9a1a686e"
}

@@ -97,3 +97,7 @@ /*

labelProps,
inputProps,
inputProps: {
...inputProps,
// already handled by useSearchFieldState
defaultValue: undefined
},
clearButtonProps: {

@@ -100,0 +104,0 @@ 'aria-label': formatMessage('Clear search'),

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc