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

appscode-onebox-js-client

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.1 to 0.1.2

4

apis/app/v1beta1/app.gw.js

@@ -12,3 +12,3 @@ // Code generated by protoc-gen-grpc-js-client

function appProducts(p, conf) {
path = '/_appscode/api/onebox/v1beta1/apps/products'
path = '/onebox/v1beta1/apps/products'
return xhr(path, 'GET', conf, p);

@@ -18,3 +18,3 @@ }

function appDownloadURL(p, conf) {
path = '/_appscode/api/onebox/v1beta1/apps/download-url'
path = '/onebox/v1beta1/apps/download-url'
return xhr(path, 'GET', conf, p);

@@ -21,0 +21,0 @@ }

@@ -12,3 +12,3 @@ // Code generated by protoc-gen-grpc-js-client

function conduitWhoAmI(p, conf) {
path = '/_appscode/api/onebox/v1beta1/conduit/whoami'
path = '/onebox/v1beta1/conduit/whoami'
return xhr(path, 'GET', conf, p);

@@ -15,0 +15,0 @@ }

@@ -12,3 +12,3 @@ // Code generated by protoc-gen-grpc-js-client

function licensesList(p, conf) {
path = '/_appscode/api/onebox/v1beta1/licenses'
path = '/onebox/v1beta1/licenses'
return xhr(path, 'GET', conf, p);

@@ -18,3 +18,3 @@ }

function licensesCreate(p, conf) {
path = '/_appscode/api/onebox/v1beta1/licenses'
path = '/onebox/v1beta1/licenses'
return xhr(path, 'POST', conf, null, p);

@@ -24,3 +24,3 @@ }

function licensesUpdate(p, conf) {
path = '/_appscode/api/onebox/v1beta1/licenses/' + p['serial']
path = '/onebox/v1beta1/licenses/' + p['serial']
delete p['serial']

@@ -31,3 +31,3 @@ return xhr(path, 'PUT', conf, null, p);

function licensesDescribe(p, conf) {
path = '/_appscode/api/onebox/v1beta1/licenses/' + p['serial']
path = '/onebox/v1beta1/licenses/' + p['serial']
delete p['serial']

@@ -38,3 +38,3 @@ return xhr(path, 'GET', conf, p);

function licensesVerify(p, conf) {
path = '/_appscode/api/onebox/v1beta1/licenses/verify'
path = '/onebox/v1beta1/licenses/verify'
return xhr(path, 'POST', conf, null, p);

@@ -41,0 +41,0 @@ }

{
"name": "appscode-onebox-js-client",
"version": "0.1.1",
"version": "0.1.2",
"description": "AppsCode Onebox API JavaScript Client",

@@ -5,0 +5,0 @@ "main": "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