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.51 to 1.0.52

8

apis/auth/v1beta1/authentication.gw.js

@@ -26,2 +26,7 @@ // Code generated by protoc-gen-grpc-js-client

function authenticationCSRFToken(p, conf) {
path = '/auth/v1beta1/csrf-token'
return xhr(path, 'GET', conf, p);
}
var services = {

@@ -31,3 +36,4 @@ authentication: {

logout: authenticationLogout,
token: authenticationToken
token: authenticationToken,
cSRFToken: authenticationCSRFToken
}

@@ -34,0 +40,0 @@ };

2

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

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

{
"definitions": {
"dtypesVoidRequest": {
"description": "Void Requests and response to use with other types.",
"type": "object"
},
"v1beta1LoginRequest": {

@@ -4,0 +8,0 @@ "properties": {

@@ -218,4 +218,3 @@ {

"type": "string"
},
"type": "object"
}
},

@@ -222,0 +221,0 @@ "namespace": {

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