Socket
Socket
Sign inDemoInstall

@zitadel/node

Package Overview
Dependencies
56
Maintainers
4
Versions
148
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.120 to 1.1.121

12

dist/grpc/generated/zitadel/user.d.ts

@@ -134,2 +134,3 @@ /// <reference types="node" />

notQuery?: NotQuery | undefined;
inUserEmailsQuery?: InUserEmailsQuery | undefined;
}

@@ -148,2 +149,5 @@ export interface OrQuery {

}
export interface InUserEmailsQuery {
userEmails: string[];
}
export interface UserNameQuery {

@@ -449,2 +453,10 @@ userName: string;

};
export declare const InUserEmailsQuery: {
encode(message: InUserEmailsQuery, writer?: _m0.Writer): _m0.Writer;
decode(input: _m0.Reader | Uint8Array, length?: number): InUserEmailsQuery;
fromJSON(object: any): InUserEmailsQuery;
toJSON(message: InUserEmailsQuery): unknown;
create(base?: DeepPartial<InUserEmailsQuery>): InUserEmailsQuery;
fromPartial(object: DeepPartial<InUserEmailsQuery>): InUserEmailsQuery;
};
export declare const UserNameQuery: {

@@ -451,0 +463,0 @@ encode(message: UserNameQuery, writer?: _m0.Writer): _m0.Writer;

4

package.json
{
"name": "@zitadel/node",
"version": "1.1.120",
"version": "1.1.121",
"description": "Library for API access to ZITADEL. Provides compiled gRPC service clients and helpers for applications and service accounts.",

@@ -54,4 +54,4 @@ "type": "commonjs",

"openid-client": "5.6.4",
"protobufjs": "7.2.5"
"protobufjs": "7.2.6"
}
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc