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

@autocomplete/react

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@autocomplete/react - npm Package Compare versions

Comparing version 0.0.6 to 0.0.9

96

lib/AutocompleteWrapper.d.ts

@@ -148,6 +148,6 @@ import * as React from "react";

className?: string;
contentEditable?: boolean | "inherit" | "false" | "true";
contentEditable?: boolean | "true" | "false" | "inherit";
contextMenu?: string;
dir?: string;
draggable?: boolean | "false" | "true";
draggable?: boolean | "true" | "false";
hidden?: boolean;

@@ -157,3 +157,3 @@ id?: string;

slot?: string;
spellCheck?: boolean | "false" | "true";
spellCheck?: boolean | "true" | "false";
style?: React.CSSProperties;

@@ -185,9 +185,9 @@ tabIndex?: number;

unselectable?: "on" | "off";
inputMode?: "search" | "none" | "text" | "decimal" | "numeric" | "tel" | "url" | "email";
inputMode?: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "both" | "none" | "inline" | "list";
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-atomic'?: boolean | "true" | "false";
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
'aria-busy'?: boolean | "true" | "false";
'aria-checked'?: boolean | "true" | "false" | "mixed";
'aria-colcount'?: number;

@@ -197,14 +197,14 @@ 'aria-colindex'?: number;

'aria-controls'?: string;
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date";
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date";
'aria-describedby'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup";
'aria-disabled'?: boolean | "true" | "false";
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-expanded'?: boolean | "true" | "false";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-grabbed'?: boolean | "true" | "false";
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid";
'aria-hidden'?: boolean | "true" | "false";
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;

@@ -215,5 +215,5 @@ 'aria-label'?: string;

'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-modal'?: boolean | "true" | "false";
'aria-multiline'?: boolean | "true" | "false";
'aria-multiselectable'?: boolean | "true" | "false";
'aria-orientation'?: "horizontal" | "vertical";

@@ -223,6 +223,6 @@ 'aria-owns'?: string;

'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions text" | "removals";
'aria-required'?: boolean | "false" | "true";
'aria-pressed'?: boolean | "true" | "false" | "mixed";
'aria-readonly'?: boolean | "true" | "false";
'aria-relevant'?: "text" | "additions" | "additions text" | "all" | "removals";
'aria-required'?: boolean | "true" | "false";
'aria-roledescription'?: string;

@@ -232,3 +232,3 @@ 'aria-rowcount'?: number;

'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-selected'?: boolean | "true" | "false";
'aria-setsize'?: number;

@@ -517,6 +517,6 @@ 'aria-sort'?: "none" | "ascending" | "descending" | "other";

className?: string;
contentEditable?: boolean | "inherit" | "false" | "true";
contentEditable?: boolean | "true" | "false" | "inherit";
contextMenu?: string;
dir?: string;
draggable?: boolean | "false" | "true";
draggable?: boolean | "true" | "false";
hidden?: boolean;

@@ -526,3 +526,3 @@ id?: string;

slot?: string;
spellCheck?: boolean | "false" | "true";
spellCheck?: boolean | "true" | "false";
style?: React.CSSProperties;

@@ -554,9 +554,9 @@ tabIndex?: number;

unselectable?: "on" | "off";
inputMode?: "search" | "none" | "text" | "decimal" | "numeric" | "tel" | "url" | "email";
inputMode?: "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | "search";
is?: string;
'aria-activedescendant'?: string;
'aria-atomic'?: boolean | "false" | "true";
'aria-autocomplete'?: "both" | "none" | "inline" | "list";
'aria-busy'?: boolean | "false" | "true";
'aria-checked'?: boolean | "mixed" | "false" | "true";
'aria-atomic'?: boolean | "true" | "false";
'aria-autocomplete'?: "list" | "none" | "inline" | "both";
'aria-busy'?: boolean | "true" | "false";
'aria-checked'?: boolean | "true" | "false" | "mixed";
'aria-colcount'?: number;

@@ -566,14 +566,14 @@ 'aria-colindex'?: number;

'aria-controls'?: string;
'aria-current'?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date";
'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date";
'aria-describedby'?: string;
'aria-details'?: string;
'aria-disabled'?: boolean | "false" | "true";
'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup";
'aria-disabled'?: boolean | "true" | "false";
'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup";
'aria-errormessage'?: string;
'aria-expanded'?: boolean | "false" | "true";
'aria-expanded'?: boolean | "true" | "false";
'aria-flowto'?: string;
'aria-grabbed'?: boolean | "false" | "true";
'aria-haspopup'?: boolean | "dialog" | "menu" | "listbox" | "grid" | "false" | "true" | "tree";
'aria-hidden'?: boolean | "false" | "true";
'aria-invalid'?: boolean | "false" | "true" | "grammar" | "spelling";
'aria-grabbed'?: boolean | "true" | "false";
'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "listbox" | "tree" | "grid";
'aria-hidden'?: boolean | "true" | "false";
'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling";
'aria-keyshortcuts'?: string;

@@ -584,5 +584,5 @@ 'aria-label'?: string;

'aria-live'?: "off" | "assertive" | "polite";
'aria-modal'?: boolean | "false" | "true";
'aria-multiline'?: boolean | "false" | "true";
'aria-multiselectable'?: boolean | "false" | "true";
'aria-modal'?: boolean | "true" | "false";
'aria-multiline'?: boolean | "true" | "false";
'aria-multiselectable'?: boolean | "true" | "false";
'aria-orientation'?: "horizontal" | "vertical";

@@ -592,6 +592,6 @@ 'aria-owns'?: string;

'aria-posinset'?: number;
'aria-pressed'?: boolean | "mixed" | "false" | "true";
'aria-readonly'?: boolean | "false" | "true";
'aria-relevant'?: "all" | "text" | "additions" | "additions text" | "removals";
'aria-required'?: boolean | "false" | "true";
'aria-pressed'?: boolean | "true" | "false" | "mixed";
'aria-readonly'?: boolean | "true" | "false";
'aria-relevant'?: "text" | "additions" | "additions text" | "all" | "removals";
'aria-required'?: boolean | "true" | "false";
'aria-roledescription'?: string;

@@ -601,3 +601,3 @@ 'aria-rowcount'?: number;

'aria-rowspan'?: number;
'aria-selected'?: boolean | "false" | "true";
'aria-selected'?: boolean | "true" | "false";
'aria-setsize'?: number;

@@ -604,0 +604,0 @@ 'aria-sort'?: "none" | "ascending" | "descending" | "other";

{
"name": "@autocomplete/react",
"scope": "@autocomplete",
"version": "0.0.6",
"version": "0.0.9",
"description": "",

@@ -9,3 +9,4 @@ "main": "lib/index.js",

"build": "tsc",
"test": "jest"
"test": "jest",
"publish": "npm publish"
},

@@ -23,3 +24,3 @@ "publishConfig": {

"dependencies": {
"@autocomplete/core": "^0.0.6",
"@autocomplete/core": "^0.0.9",
"@storex/core": "^1.1.10",

@@ -38,3 +39,3 @@ "@storex/react": "1.1.10",

},
"gitHead": "97ea6bc5997033b3a7a7b997a66bc3b8917e189a"
"gitHead": "ba04f15641f0e332f7f7418b1923999532aa079c"
}

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