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

@react-aria/autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
692
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/autocomplete - npm Package Compare versions

Comparing version 3.0.0-nightly.2934 to 3.0.0-nightly.2940

2

dist/types.d.ts

@@ -9,3 +9,3 @@ import { AriaButtonProps } from "@react-types/button";

/** The ref for the input element. */
inputRef: RefObject<HTMLInputElement | HTMLTextAreaElement>;
inputRef: RefObject<HTMLInputElement>;
/** The ref for the list box popover. */

@@ -12,0 +12,0 @@ popoverRef: RefObject<HTMLDivElement>;

{
"name": "@react-aria/autocomplete",
"version": "3.0.0-nightly.2934+0d007bca9",
"version": "3.0.0-nightly.2940+1543be1d9",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@react-aria/combobox": "3.1.1-nightly.2934+0d007bca9",
"@react-aria/i18n": "3.0.0-nightly.1248+0d007bca9",
"@react-aria/listbox": "3.3.2-nightly.2934+0d007bca9",
"@react-aria/live-announcer": "3.0.0-nightly.1248+0d007bca9",
"@react-aria/menu": "3.2.4-nightly.2934+0d007bca9",
"@react-aria/overlays": "3.0.0-nightly.1248+0d007bca9",
"@react-aria/searchfield": "3.0.0-nightly.1248+0d007bca9",
"@react-aria/selection": "3.0.0-nightly.1248+0d007bca9",
"@react-aria/textfield": "3.0.0-nightly.1248+0d007bca9",
"@react-aria/utils": "3.0.0-nightly.1248+0d007bca9",
"@react-stately/collections": "3.0.0-nightly.1248+0d007bca9",
"@react-stately/combobox": "3.0.2-nightly.2934+0d007bca9",
"@react-types/autocomplete": "3.0.0-nightly.2934+0d007bca9",
"@react-types/button": "3.4.2-nightly.2934+0d007bca9",
"@react-types/combobox": "3.1.1-nightly.2934+0d007bca9",
"@react-types/searchfield": "3.0.0-nightly.1248+0d007bca9",
"@react-types/shared": "3.0.0-nightly.1248+0d007bca9"
"@react-aria/combobox": "3.1.1-nightly.2940+1543be1d9",
"@react-aria/i18n": "3.0.0-nightly.1254+1543be1d9",
"@react-aria/listbox": "3.3.2-nightly.2940+1543be1d9",
"@react-aria/live-announcer": "3.0.0-nightly.1254+1543be1d9",
"@react-aria/menu": "3.2.4-nightly.2940+1543be1d9",
"@react-aria/overlays": "3.0.0-nightly.1254+1543be1d9",
"@react-aria/searchfield": "3.0.0-nightly.1254+1543be1d9",
"@react-aria/selection": "3.0.0-nightly.1254+1543be1d9",
"@react-aria/textfield": "3.0.0-nightly.1254+1543be1d9",
"@react-aria/utils": "3.0.0-nightly.1254+1543be1d9",
"@react-stately/collections": "3.0.0-nightly.1254+1543be1d9",
"@react-stately/combobox": "3.0.2-nightly.2940+1543be1d9",
"@react-types/autocomplete": "3.0.0-nightly.2940+1543be1d9",
"@react-types/button": "3.4.2-nightly.2940+1543be1d9",
"@react-types/combobox": "3.1.1-nightly.2940+1543be1d9",
"@react-types/searchfield": "3.0.0-nightly.1254+1543be1d9",
"@react-types/shared": "3.0.0-nightly.1254+1543be1d9"
},

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

},
"gitHead": "0d007bca9417c4b7b86fafd5842871bf997bd4c0"
"gitHead": "1543be1d9ff156188aa9c9f6e07006800cd8e9ff"
}

@@ -25,3 +25,3 @@ /*

/** The ref for the input element. */
inputRef: RefObject<HTMLInputElement | HTMLTextAreaElement>,
inputRef: RefObject<HTMLInputElement>,
/** The ref for the list box popover. */

@@ -28,0 +28,0 @@ popoverRef: RefObject<HTMLDivElement>,

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