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.60 to 1.0.61

6

apis/attic/v1beta1/version.gw.js

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

function versionsList(p, conf) {
path = '/attic/v1beta1/artifacts/' + p['type'] + '/' + p['name'] + '/versions/json'
path = '/attic/v1beta1/artifacts/' + p['type'] + '/versions/json'
delete p['type']
delete p['name']
return xhr(path, 'GET', conf, p);

@@ -20,5 +19,4 @@ }

function versionsDescribe(p, conf) {
path = '/attic/v1beta1/artifacts/' + p['type'] + '/' + p['name'] + '/versions/' + p['id'] + '/json'
path = '/attic/v1beta1/artifacts/' + p['type'] + '/versions/' + p['id'] + '/json'
delete p['type']
delete p['name']
delete p['id']

@@ -25,0 +23,0 @@ return xhr(path, 'GET', conf, p);

{
"name": "appscode-api-js-client",
"version": "1.0.60",
"version": "1.0.61",
"description": "AppsCode 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