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

appscode-api-js-client

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appscode-api-js-client - npm Package Compare versions

Comparing version 1.0.59 to 1.0.60

7

apis/kubernetes/v1beta1/cluster.gw.js

@@ -51,8 +51,2 @@ // Code generated by protoc-gen-grpc-js-client

function clustersInstances(p, conf) {
path = '/kubernetes/v1beta1/clusters/' + p['cluster_name'] + '/instances/json'
delete p['cluster_name']
return xhr(path, 'GET', conf, p);
}
function clustersStartupConfig(p, conf) {

@@ -82,3 +76,2 @@ path = '/kubernetes/v1beta1/clusters/' + p['uid'] + '/startup-config/' + p['role'] + '/context-versions/' + p['context_version'] + '/json'

clientConfig: clustersClientConfig,
instances: clustersInstances,
startupConfig: clustersStartupConfig,

@@ -85,0 +78,0 @@ instanceByIP: clustersInstanceByIP

2

package.json
{
"name": "appscode-api-js-client",
"version": "1.0.59",
"version": "1.0.60",
"description": "AppsCode API JavaScript Client",

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

@@ -116,12 +116,2 @@ {

},
"v1beta1ClusterInstanceListRequest": {
"properties": {
"cluster_name": {
"maxLength": 63,
"pattern": "^[a-z0-9](?:[a-z0-9\\-]{0,61}[a-z0-9])?$",
"type": "string"
}
},
"type": "object"
},
"v1beta1ClusterListRequest": {

@@ -128,0 +118,0 @@ "properties": {

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