Socket
Socket
Sign inDemoInstall

pocketbase

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pocketbase - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

dist/pocketbase.es.d.mts

4

package.json
{
"version": "0.8.2",
"version": "0.8.3",
"name": "pocketbase",

@@ -19,3 +19,3 @@ "description": "PocketBase JavaScript SDK",

"react-native": "./dist/pocketbase.es.js",
"types": "./dist/pocketbase.es.d.ts",
"types": "./dist/pocketbase.es.d.mts",
"keywords": [

@@ -22,0 +22,0 @@ "pocketbase",

@@ -513,3 +513,3 @@ PocketBase JavaScript SDK

// load the store data from the request cookie string
pb.loadFromCookie(req?.headers?.cookie || '');
pb.authStore.loadFromCookie(req?.headers?.cookie || '');

@@ -516,0 +516,0 @@ // send back the default 'pb_auth' cookie to the client with the latest store state

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