Pocketbase

Latest version: v0.15.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 9

0.18.2

- Added support for assigning a `Promise` as `AsyncAuthStore` initial value ([249](https://github.com/pocketbase/js-sdk/issues/249)).

0.18.1

- Fixed realtime subscriptions auto cancellation to use the proper `requestKey` param.

0.18.0

- Added `pb.backups.upload(data)` action (_available with PocketBase v0.18.0_).

- Added _experimental_ `autoRefreshThreshold` option to auto refresh (or reauthenticate) the AuthStore when authenticated as admin.
_This could be used as an alternative to fixed Admin API keys._
js
await pb.admins.authWithPassword("testexample.com", "1234567890", {
// This will trigger auto refresh or auto reauthentication in case
// the token has expired or is going to expire in the next 30 minutes.
autoRefreshThreshold: 30 * 60
})

0.17.3

- Loosen the type check when calling `pb.files.getUrl(user, filename)` to allow passing the `pb.authStore.model` without type assertion.

0.17.2

- Fixed mulitple File/Blob array values not transformed properly to their FormData equivalent when an object syntax is used.

0.17.1

- Fixed typo in the deprecation console.warn messages ([235](https://github.com/pocketbase/js-sdk/pull/235); thanks heloineto).

Page 4 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.