Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

auto-kubernetes-client

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-kubernetes-client - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

package.json
{
"name": "auto-kubernetes-client",
"version": "0.4.1",
"version": "0.4.2",
"description": "NodeJS Kubernetes Client with automatic API discoveryEdit",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -14,7 +14,7 @@ 'use strict';

* @property {string} url
* @property {boolean} insecureSkipTlsVerify
* @property {string} ca
* @property {string} cert
* @property {string} key
* @property {ConfigurationAuth} auth
* @property {boolean} [insecureSkipTlsVerify]
* @property {string} [ca]
* @property {string} [cert]
* @property {string} [key]
* @property {ConfigurationAuth} [auth]
*/

@@ -25,5 +25,5 @@ /**

* @typedef ConfigurationAuth
* @property {string} user
* @property {string} password
* @property {string} bearer
* @property {string} [user]
* @property {string} [password]
* @property {string} [bearer]
*/

@@ -30,0 +30,0 @@ /**

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