Socket
Socket
Sign inDemoInstall

@choc-ui/chakra-autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@choc-ui/chakra-autocomplete - npm Package Compare versions

Comparing version 5.2.8 to 5.2.9

0

dist/autocomplete-context.d.ts

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { FlexProps } from "@chakra-ui/react";

@@ -0,0 +0,0 @@ import { BoxProps, FlexProps } from "@chakra-ui/react";

@@ -0,0 +0,0 @@ import { InputProps, SystemStyleObject } from "@chakra-ui/react";

@@ -0,0 +0,0 @@ import { CSSObject, FlexProps } from "@chakra-ui/react";

@@ -0,0 +0,0 @@ import { PopoverContentProps } from "@chakra-ui/react";

@@ -0,0 +0,0 @@ import { TagProps } from "@chakra-ui/tag";

@@ -0,0 +0,0 @@ import React from "react";

import { BoxProps } from "@chakra-ui/layout";
export declare const EmptyState: (props: BoxProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=empty-state.d.ts.map
export declare function fuzzyScore(str1: string, str2: string, gramSize?: number): number;
//# sourceMappingURL=fuzzySearch.d.ts.map

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

export declare const getMultipleWrapStyles: (themeInput: any, multiple?: boolean) => any;
//# sourceMappingURL=input.d.ts.map

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

import React from "react";
export declare const siblingInfo: (children: React.ReactNode) => readonly [(string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal)[], (string | number | React.ReactElement<any, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | React.ReactPortal)[]];
//# sourceMappingURL=list.d.ts.map

@@ -0,0 +0,0 @@ export * from "./autocomplete";

@@ -0,0 +0,0 @@ import { BoxProps, FlexProps, InputProps, SystemStyleObject, WrapProps, PlacementWithLogical } from "@chakra-ui/react";

@@ -0,0 +0,0 @@ import { AutoCompleteProps } from "./autocomplete";

20

package.json
{
"version": "5.2.8",
"version": "5.2.9",
"license": "MIT",

@@ -40,3 +40,7 @@ "main": "./dist/index.js",

"dependencies": {
"react-nanny": "2.15.0"
"@size-limit/esbuild": "11.0.0",
"@size-limit/esbuild-why": "11.0.0",
"@size-limit/file": "11.0.0",
"react-nanny": "2.15.0",
"size-limit": "11.0.0"
},

@@ -62,7 +66,7 @@ "husky": {

{
"path": "dist/chakra-autocomplete.cjs.production.min.js",
"path": "./dist/index.es.js",
"limit": "10 KB"
},
{
"path": "dist/chakra-autocomplete.esm.js",
"path": "./dist/index.js",
"limit": "10 KB"

@@ -76,15 +80,13 @@ }

"@emotion/styled": "^11.10.6",
"@size-limit/preset-small-lib": "^5.0.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^4.0.4",
"babel-loader": "^8.2.5",
"babel-loader": "^9.1.3",
"framer-motion": ">7.6.14",
"husky": "^7.0.1",
"husky": "^8.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"size-limit": "^5.0.1",
"tsdx": "^0.14.1",
"tslib": "^2.3.0",
"typescript": "^4.7.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",

@@ -91,0 +93,0 @@ "vite-plugin-dts": "^3.5.2",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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