Skip to content

v3.0.0 — Vue 3 rewrite + OIDC

Choose a tag to compare

@scaccogatto scaccogatto released this 28 Jun 11:39
· 27 commits to master since this release

Vue 2 → Vue 3, rewritten in TypeScript. Published token-less via OIDC trusted publishing (provenance attached).

  • useGeolocation() composable + standalone getLocation/watchLocation/clearWatch (the globalProperties plugin was dropped — the composable is the Vue 3 idiom)
  • Fixed #15 (watch now streams every position update) and #17 (rejects the full GeolocationPositionError with .code)
  • 69 → 0 vulnerabilities; ESM + CJS + real types; CI on Node 24

npm i vue-browser-geolocation