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

@react-stately/autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/autocomplete - npm Package Compare versions

Comparing version 3.0.0-nightly-993de98ad-241210 to 3.0.0-nightly-9d70953f1-250204

2

dist/main.js

@@ -8,3 +8,3 @@ var $af5197e4b74cd279$exports = require("./useAutocompleteState.main.js");

$parcel$export(module.exports, "useAutocompleteState", () => $af5197e4b74cd279$exports.useAutocompleteState);
$parcel$export(module.exports, "UNSTABLE_useAutocompleteState", () => $af5197e4b74cd279$exports.UNSTABLE_useAutocompleteState);
/*

@@ -11,0 +11,0 @@ * Copyright 2024 Adobe. All rights reserved.

@@ -1,2 +0,2 @@

import {useAutocompleteState as $94680be9a48a8f2d$export$ce1595f6e1a63433} from "./useAutocompleteState.module.js";
import {UNSTABLE_useAutocompleteState as $94680be9a48a8f2d$export$130b939e942a109d} from "./useAutocompleteState.module.js";

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

export {$94680be9a48a8f2d$export$ce1595f6e1a63433 as useAutocompleteState};
export {$94680be9a48a8f2d$export$130b939e942a109d as UNSTABLE_useAutocompleteState};
//# sourceMappingURL=module.js.map

@@ -27,4 +27,4 @@ import { ReactNode } from "react";

*/
export function useAutocompleteState(props: AutocompleteStateOptions): AutocompleteState;
export function UNSTABLE_useAutocompleteState(props: AutocompleteStateOptions): AutocompleteState;
//# sourceMappingURL=types.d.ts.map

@@ -9,5 +9,5 @@ var $lcwab$react = require("react");

$parcel$export(module.exports, "useAutocompleteState", () => $af5197e4b74cd279$export$ce1595f6e1a63433);
$parcel$export(module.exports, "UNSTABLE_useAutocompleteState", () => $af5197e4b74cd279$export$130b939e942a109d);
/*
* Copyright 2020 Adobe. All rights reserved.
* Copyright 2024 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -23,3 +23,3 @@ * you may not use this file except in compliance with the License. You may obtain a copy

function $af5197e4b74cd279$export$ce1595f6e1a63433(props) {
function $af5197e4b74cd279$export$130b939e942a109d(props) {
let { onInputChange: propsOnInputChange, inputValue: propsInputValue, defaultInputValue: propsDefaultInputValue = '' } = props;

@@ -26,0 +26,0 @@ let onInputChange = (value)=>{

@@ -5,3 +5,3 @@ import {useState as $LM92H$useState} from "react";

/*
* Copyright 2020 Adobe. All rights reserved.
* Copyright 2024 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -17,3 +17,3 @@ * you may not use this file except in compliance with the License. You may obtain a copy

function $94680be9a48a8f2d$export$ce1595f6e1a63433(props) {
function $94680be9a48a8f2d$export$130b939e942a109d(props) {
let { onInputChange: propsOnInputChange, inputValue: propsInputValue, defaultInputValue: propsDefaultInputValue = '' } = props;

@@ -34,3 +34,3 @@ let onInputChange = (value)=>{

export {$94680be9a48a8f2d$export$ce1595f6e1a63433 as useAutocompleteState};
export {$94680be9a48a8f2d$export$130b939e942a109d as UNSTABLE_useAutocompleteState};
//# sourceMappingURL=useAutocompleteState.module.js.map
{
"name": "@react-stately/autocomplete",
"version": "3.0.0-nightly-993de98ad-241210",
"version": "3.0.0-nightly-9d70953f1-250204",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-stately/utils": "^3.0.0-nightly-993de98ad-241210",
"@react-stately/utils": "3.0.0-nightly-9d70953f1-250204",
"@swc/helpers": "^0.5.0"

@@ -34,4 +34,3 @@ },

"access": "public"
},
"stableVersion": "3.0.0-alpha.1"
}
}

@@ -13,4 +13,4 @@ /*

export {useAutocompleteState} from './useAutocompleteState';
export {UNSTABLE_useAutocompleteState} from './useAutocompleteState';
export type {AutocompleteProps, AutocompleteStateOptions, AutocompleteState} from './useAutocompleteState';
/*
* Copyright 2020 Adobe. All rights reserved.
* Copyright 2024 Adobe. All rights reserved.
* This file is licensed to you under the Apache License, Version 2.0 (the "License");

@@ -44,3 +44,3 @@ * you may not use this file except in compliance with the License. You may obtain a copy

*/
export function useAutocompleteState(props: AutocompleteStateOptions): AutocompleteState {
export function UNSTABLE_useAutocompleteState(props: AutocompleteStateOptions): AutocompleteState {
let {

@@ -47,0 +47,0 @@ onInputChange: propsOnInputChange,

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

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

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