Socket
Socket
Sign inDemoInstall

@react-aria/searchfield

Package Overview
Dependencies
Maintainers
2
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.2989 to 3.0.0-nightly.2992

4

dist/types.d.ts
import { AriaButtonProps } from "@react-types/button";
import { AriaSearchFieldProps } from "@react-types/searchfield";
import { DOMAttributes, ValidationResult } from "@react-types/shared";
import { InputHTMLAttributes, LabelHTMLAttributes, RefObject } from "react";
import { DOMAttributes, RefObject, ValidationResult } from "@react-types/shared";
import { InputHTMLAttributes, LabelHTMLAttributes } from "react";
import { SearchFieldState } from "@react-stately/searchfield";

@@ -6,0 +6,0 @@ export interface SearchFieldAria extends ValidationResult {

{
"name": "@react-aria/searchfield",
"version": "3.0.0-nightly.2989+76365df43",
"version": "3.0.0-nightly.2992+546ffa41f",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-aria/i18n": "3.0.0-nightly.2989+76365df43",
"@react-aria/textfield": "3.0.0-nightly.2989+76365df43",
"@react-aria/utils": "3.0.0-nightly.2989+76365df43",
"@react-stately/searchfield": "3.0.0-nightly.2989+76365df43",
"@react-types/button": "3.9.5-nightly.4701+76365df43",
"@react-types/searchfield": "3.0.0-nightly.2989+76365df43",
"@react-types/shared": "3.0.0-nightly.2989+76365df43",
"@react-aria/i18n": "3.0.0-nightly.2992+546ffa41f",
"@react-aria/textfield": "3.0.0-nightly.2992+546ffa41f",
"@react-aria/utils": "3.0.0-nightly.2992+546ffa41f",
"@react-stately/searchfield": "3.0.0-nightly.2992+546ffa41f",
"@react-types/button": "3.9.5-nightly.4704+546ffa41f",
"@react-types/searchfield": "3.0.0-nightly.2992+546ffa41f",
"@react-types/shared": "3.0.0-nightly.2992+546ffa41f",
"@swc/helpers": "^0.5.0"

@@ -41,3 +41,3 @@ },

},
"gitHead": "76365df434b6f65b137113557ba14a32ea466c8f"
"gitHead": "546ffa41f7d1d3a566950a14d8f46cf726891220"
}

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

import {chain} from '@react-aria/utils';
import {DOMAttributes, ValidationResult} from '@react-types/shared';
import {InputHTMLAttributes, LabelHTMLAttributes, RefObject} from 'react';
import {DOMAttributes, RefObject, ValidationResult} from '@react-types/shared';
import {InputHTMLAttributes, LabelHTMLAttributes} from 'react';
// @ts-ignore

@@ -20,0 +20,0 @@ import intlMessages from '../intl/*.json';

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