floating-vue icon indicating copy to clipboard operation
floating-vue copied to clipboard

💬 Easy tooltips, popovers, dropdown, menus... for Vue

Results 205 floating-vue issues
Sort by recently updated
recently updated
newest added

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. ReDoS in Sec-Websocket-Protocol header Impact A specially crafted value...

dependencies
security

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Potential memory exposure in dns-packet This affects the package...

dependencies
security

As can I see property "options" is declared in interface "GlobalVTooltip" `types/index.d.ts`: ``` export interface GlobalVTooltip { enabled?: boolean options?: Partial } declare const vToolTip: PluginFunction & GlobalVTooltip; export default...

Bumps [postcss](https://github.com/postcss/postcss) from 8.2.8 to 8.2.10. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in postcss The package...

dependencies
security

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service in hosted-git-info The npm...

dependencies
security

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Regular Expression Denial of Service (ReDoS) npm ssri 5.2.2-6.0.1...

dependencies
security

Bumps [faker](https://github.com/Marak/Faker.js) from 4.1.0 to 5.5.3. Commits e073ace Bump to v5.5.3 60990b2 Merge pull request #1141 from glyad/feature/add-hebrew-localization eedf891 chore(package.json): revert to original state 927a4b9 chore(package.json): revert to original state...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. **This update includes a security fix.** Vulnerabilities fixed Sourced from The GitHub Security Advisory Database. Use of a Broken or Risky Cryptographic Algorithm The...

dependencies
security

If the popover is open and an event is emitted in the code (new Event('click')), then I get the error. Example https://codesandbox.io/s/upbeat-sid-ccvu8?file=/src/components/HelloWorld.vue