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

vuefire

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuefire - npm Package Versions

1
11

3.0.0-beta.8

Diff

Changelog

Source

3.0.0-beta.8 (2022-12-21)

Features

  • database: expose databaseDefaultSerializer (278916b)
posva
published 3.0.0-beta.7 •

Changelog

Source

3.0.0-beta.7 (2022-12-19)

Bug Fixes

Features

  • firestore: default serverTimestamps to estimate (ae85a41)
posva
published 3.0.0-beta.6 •

Changelog

Source

3.0.0-beta.6 (2022-12-16)

No updates in this release

posva
published 3.0.0-beta.5 •

Changelog

Source

3.0.0-beta.5 (2022-12-16)

Bug Fixes

  • database: correctly set pending when hydrating and during racing conditions (90bd7f5)
  • firestore: correctly set pending when hydrating and during racing conditions (998fe38)
posva
published 3.0.0-beta.4 •

Changelog

Source

3.0.0-beta.4 (2022-12-13)

posva
published 3.0.0-beta.3 •

Changelog

Source

3.0.0-beta.3 (2022-12-12)

Bug Fixes

Features

  • app-check: allow specifying your own debug token (e0b2b5a)
  • auth: allow passing the app name to getUser functions (20ab13d)
  • auth: handle ssr (567fd12)
  • nuxt: handle user context on the server and use LRU cache for apps (a335c54)
  • ssr: allow resolving getCurrentUser (282b6bc)
posva
published 3.0.0-beta.2 •

Changelog

Source

3.0.0-beta.2 (2022-12-06)

  • SSR fixes
posva
published 3.0.0-beta.1 •

Changelog

Source

3.0.0-beta.1 (2022-12-05)

Features

  • app-check: add access to appcheck (01d5651)
  • ssr: use env credentials in prod (4fadba7)
posva
published 3.0.0-alpha.13 •

Changelog

Source

3.0.0-alpha.13 (2022-12-01)

Bug Fixes

posva
published 3.0.0-alpha.12 •

Changelog

Source

3.0.0-alpha.12 (2022-12-01)

Bug Fixes

  • app-check: run only in client (384085e)
  • firestore: pass snapshotOptions before extracting refs (a61ee09)
  • firestore: pass the id as a value (d0afc0a)
  • firestore: skip ref extraction in non pojo (cc01b84), closes #1257
  • nested refs (c4ab275)
  • options-api: cleanup variables (5d244b7)
  • pass options when unbinding documents (6d4f151)
  • resilient walkSet and walkGet (80879d1)
  • ssr: fallback value in firestore (57cdd82)
  • ssr: use ssrKey in firestore (25d86ca)
  • types: add undefined for initial values (76e1527)

Code Refactoring

  • firestore: rename $bind to $firestoreBind (a636c21)
  • remove manual bind/unbind methods (7b8b037)
  • rename unbind() to stop() (37d3f67)
  • rename rtdbPlugin to databasePlugin (a7f500d)

Features

  • wait on server for data (947a325)
  • warn wrong usage useDocument(), ... (098c16c)

BREAKING CHANGES

  • database: when binding to a primitive value in RTDB, VueFire used to create an object with a property .value for the primitive vaule itself. The . in front forces to always use a bracket syntax (obj['.value']) while the $ doesn't, making its usage cleaner. The $value and id property created in the case of primitives are also enumerable properties. This should make things easier to debug.
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