Socket
Socket
Sign inDemoInstall

@zitadel/node

Package Overview
Dependencies
Maintainers
4
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 2.0.15 to 2.0.16

8

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

@@ -57,3 +57,3 @@ "type": "module",

"openid-client": "5.6.5",
"protobufjs": "7.3.0"
"protobufjs": "7.3.1"
},

@@ -81,2 +81,3 @@ "tshy": {

"import": {
"source": "./src/api/index.ts",
"types": "./dist/esm/api/index.d.ts",

@@ -86,2 +87,3 @@ "default": "./dist/esm/api/index.js"

"require": {
"source": "./src/api/index.ts",
"types": "./dist/commonjs/api/index.d.ts",

@@ -93,2 +95,3 @@ "default": "./dist/commonjs/api/index.js"

"import": {
"source": "./src/credentials/index.ts",
"types": "./dist/esm/credentials/index.d.ts",

@@ -98,2 +101,3 @@ "default": "./dist/esm/credentials/index.js"

"require": {
"source": "./src/credentials/index.ts",
"types": "./dist/commonjs/credentials/index.d.ts",

@@ -100,0 +104,0 @@ "default": "./dist/commonjs/credentials/index.js"

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