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

@univerjs/protocol

Package Overview
Dependencies
Maintainers
5
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@univerjs/protocol - npm Package Compare versions

Comparing version 0.1.26 to 0.1.27-anonymous.0

9

lib/types/ts/v1/user.d.ts

@@ -9,2 +9,3 @@ import { Metadata } from "@grpc/grpc-js";

avatar: string;
anonymous: boolean;
}

@@ -17,4 +18,12 @@ export interface GetUserRequest {

}
export interface AnonymousSignInRequest {
deviceID: string;
}
export interface AnonymousSignInResponse {
error: Error | undefined;
user: User | undefined;
}
export interface UserService {
GetUser(request: GetUserRequest, metadata?: Metadata): Observable<GetUserResponse>;
AnonymousSignIn(request: AnonymousSignInRequest, metadata?: Metadata): Observable<AnonymousSignInResponse>;
}

2

package.json
{
"name": "@univerjs/protocol",
"version": "0.1.26",
"version": "0.1.27-anonymous.0",
"private": false,

@@ -5,0 +5,0 @@ "description": "A protocol of Univer repos",

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