Socket
Socket
Sign inDemoInstall

@zitadel/node

Package Overview
Dependencies
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zitadel/node - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

16

dist/grpc/generated/google/protobuf/descriptor.d.ts

@@ -280,14 +280,14 @@ /// <reference types="node" />

/**
* If set, all the classes from the .proto file are wrapped in a single
* outer class with the given name. This applies to both Proto1
* (equivalent to the old "--one_java_file" option) and Proto2 (where
* a .proto always translates to a single class, but you may want to
* explicitly choose the class name).
* Controls the name of the wrapper Java class generated for the .proto file.
* That class will always contain the .proto file's getDescriptor() method as
* well as any top-level extensions defined in the .proto file.
* If java_multiple_files is disabled, then all the other classes from the
* .proto file will be nested inside the single wrapper outer class.
*/
javaOuterClassname: string;
/**
* If set true, then the Java code generator will generate a separate .java
* If enabled, then the Java code generator will generate a separate .java
* file for each top-level message, enum, and service defined in the .proto
* file. Thus, these types will *not* be nested inside the outer class
* named by java_outer_classname. However, the outer class will still be
* file. Thus, these types will *not* be nested inside the wrapper class
* named by java_outer_classname. However, the wrapper class will still be
* generated to contain the file's getDescriptor() method as well as any

@@ -294,0 +294,0 @@ * top-level extensions defined in the file.

@@ -40,4 +40,4 @@ import Long from "long";

* null, a number, a string, a boolean, a recursive struct value, or a
* list of values. A producer of value is expected to set one of that
* variants, absence of any variant indicates an error.
* list of values. A producer of value is expected to set one of these
* variants. Absence of any variant indicates an error.
*

@@ -44,0 +44,0 @@ * The JSON representation for `Value` is JSON value.

@@ -9,2 +9,3 @@ import Long from "long";

ORG_STATE_INACTIVE = 2,
ORG_STATE_REMOVED = 3,
UNRECOGNIZED = -1

@@ -11,0 +12,0 @@ }

@@ -17,2 +17,3 @@ "use strict";

OrgState[OrgState["ORG_STATE_INACTIVE"] = 2] = "ORG_STATE_INACTIVE";
OrgState[OrgState["ORG_STATE_REMOVED"] = 3] = "ORG_STATE_REMOVED";
OrgState[OrgState["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";

@@ -31,2 +32,5 @@ })(OrgState = exports.OrgState || (exports.OrgState = {}));

return OrgState.ORG_STATE_INACTIVE;
case 3:
case "ORG_STATE_REMOVED":
return OrgState.ORG_STATE_REMOVED;
case -1:

@@ -47,2 +51,4 @@ case "UNRECOGNIZED":

return "ORG_STATE_INACTIVE";
case OrgState.ORG_STATE_REMOVED:
return "ORG_STATE_REMOVED";
case OrgState.UNRECOGNIZED:

@@ -49,0 +55,0 @@ default:

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

@@ -38,3 +38,3 @@ "type": "commonjs",

"ava": "4.3.3",
"grpc-tools": "1.11.3",
"grpc-tools": "1.12.3",
"make-dir-cli": "3.0.0",

@@ -48,3 +48,3 @@ "rimraf": "3.0.2",

"dependencies": {
"axios": "1.2.0",
"axios": "1.2.1",
"jose": "4.11.1",

@@ -51,0 +51,0 @@ "long": "5.2.0",

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

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