Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@borda/client

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@borda/client - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "@borda/client",
"version": "0.0.3",
"version": "0.0.4",
"files": [

@@ -5,0 +5,0 @@ "packages",

@@ -17,2 +17,3 @@ import { BordaServerAdditionalHeaders } from './Borda';

#private;
get sessionToken(): string | null;
constructor({ name, serverKey, serverSecret, serverURL, serverHeaderPrefix, serverAdditionalHeaders, }: {

@@ -28,5 +29,4 @@ name: string;

method?: string;
token?: string;
token?: string | null;
}): any;
getToken(): string;
removeToken(): void;

@@ -44,3 +44,3 @@ signIn({ email, password }: {

signOut({ token }?: {
token?: string;
token?: string | null;
}): Promise<import("./fetcher").FetchResponse<import("./types").Document>>;

@@ -47,0 +47,0 @@ become({ token, validateSession, }: Pick<SignOptions, 'validateSession'> & {

@@ -18,3 +18,3 @@ /**

serverKey: string;
token: string;
token: string | null;
secret?: string;

@@ -21,0 +21,0 @@ }): (factory: WebSocketFactory) => void;

Sorry, the diff of this file is too big to display

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