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

@company-ui/autocomplete-dom

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@company-ui/autocomplete-dom - npm Package Compare versions

Comparing version 1.0.0-alpha.1 to 1.0.0

6

package.json
{
"name": "@company-ui/autocomplete-dom",
"version": "1.0.0-alpha.1",
"version": "1.0.0",
"description": "Company UI autocomplete dom",

@@ -57,4 +57,4 @@ "author": "zhensherlock",

"@floating-ui/dom": "^1.5.1",
"@company-ui/autocomplete-core": "^1.0.0-alpha.1",
"@company-ui/shared": "^1.0.0-alpha.1"
"@company-ui/autocomplete-core": "^1.0.0",
"@company-ui/shared": "^1.0.0"
},

@@ -61,0 +61,0 @@ "scripts": {

@@ -15,1 +15,30 @@ <p align="center">

# `@company-ui/autocomplete-dom`
Works with both Vue 2 , Vue 3 And React.
## Installing
```bash
# or pnpm or yarn
npm install @company-ui/autocomplete-dom
```
## Usage
### General
```ts
import { CompanyAutocomplete } from '@company-ui/autocomplete-dom';
const companyAutocomplete = new CompanyAutocomplete({
target: '#example',
});
```
## Documentation
To learn more, check [its documentation](https://company-ui.github.io/company-ui/).
## License
[MIT](LICENSE).

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