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.6 to 1.1.7

11

dist/grpc/generated/google/api/annotations.js
"use strict";
/* eslint-disable */
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.protobufPackage = void 0;
/* eslint-disable */
const long_1 = __importDefault(require("long"));
const minimal_1 = __importDefault(require("protobufjs/minimal"));
exports.protobufPackage = "google.api";
if (minimal_1.default.util.Long !== long_1.default) {
minimal_1.default.util.Long = long_1.default;
minimal_1.default.configure();
}
"use strict";
/* eslint-disable */
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.protobufPackage = void 0;
/* eslint-disable */
const long_1 = __importDefault(require("long"));
const minimal_1 = __importDefault(require("protobufjs/minimal"));
exports.protobufPackage = "grpc.gateway.protoc_gen_openapiv2.options";
if (minimal_1.default.util.Long !== long_1.default) {
minimal_1.default.util.Long = long_1.default;
minimal_1.default.configure();
}

6

dist/grpc/generated/protoc-gen-openapiv2/options/openapiv2.d.ts

@@ -37,3 +37,3 @@ import Long from "long";

* name: "BSD 3-Clause License";
* url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt";
* url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt";
* };

@@ -387,3 +387,3 @@ * };

* name: "BSD 3-Clause License";
* url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt";
* url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt";
* };

@@ -472,3 +472,3 @@ * };

* name: "BSD 3-Clause License";
* url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/master/LICENSE.txt";
* url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt";
* };

@@ -475,0 +475,0 @@ * ...

@@ -115,2 +115,10 @@ "use strict";

};
function fromTimestamp(t) {
let millis = t.seconds.toNumber() * 1000;
millis += t.nanos / 1000000;
return new Date(millis);
}
function numberToLong(number) {
return long_1.default.fromNumber(number);
}
if (minimal_1.default.util.Long !== long_1.default) {

@@ -117,0 +125,0 @@ minimal_1.default.util.Long = long_1.default;

@@ -217,2 +217,10 @@ "use strict";

}
function fromTimestamp(t) {
let millis = t.seconds.toNumber() * 1000;
millis += t.nanos / 1000000;
return new Date(millis);
}
function numberToLong(number) {
return long_1.default.fromNumber(number);
}
if (minimal_1.default.util.Long !== long_1.default) {

@@ -219,0 +227,0 @@ minimal_1.default.util.Long = long_1.default;

@@ -63,2 +63,25 @@ "use strict";

};
var globalThis = (() => {
if (typeof globalThis !== "undefined") {
return globalThis;
}
if (typeof self !== "undefined") {
return self;
}
if (typeof window !== "undefined") {
return window;
}
if (typeof global !== "undefined") {
return global;
}
throw "Unable to locate global object";
})();
function fromTimestamp(t) {
let millis = t.seconds.toNumber() * 1000;
millis += t.nanos / 1000000;
return new Date(millis);
}
function numberToLong(number) {
return long_1.default.fromNumber(number);
}
if (minimal_1.default.util.Long !== long_1.default) {

@@ -65,0 +88,0 @@ minimal_1.default.util.Long = long_1.default;

@@ -800,3 +800,3 @@ import Long from "long";

};
export interface SystemServiceServiceImplementation<CallContextExt = {}> {
export interface SystemServiceImplementation<CallContextExt = {}> {
/**

@@ -803,0 +803,0 @@ * Indicates if ZITADEL is running.

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

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

"ts-node": "10.9.1",
"ts-proto": "1.133.0",
"ts-proto": "1.135.0",
"tsc-silent": "1.2.2",

@@ -53,5 +53,5 @@ "typescript": "4.9.3"

"node-rsa": "1.1.1",
"openid-client": "5.3.0",
"openid-client": "5.3.1",
"protobufjs": "7.1.2"
}
}

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

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