New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appscode/tiller-js-client

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appscode/tiller-js-client - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

9

apis/hapi/services/tiller.gw.js

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

function releaseServiceGetReleaseStatus(p, conf) {
path = '/tiller/v2/releases/' + p['name'] + '/versions/' + p['version'] + '/status/json'
path = '/tiller/v2/releases/' + p['name'] + '/status/json'
delete p['name']
delete p['version']
return xhr(path, 'GET', conf, p);

@@ -25,5 +24,4 @@ }

function releaseServiceGetReleaseContent(p, conf) {
path = '/tiller/v2/releases/' + p['name'] + '/versions/' + p['version'] + '/content/json'
path = '/tiller/v2/releases/' + p['name'] + '/content/json'
delete p['name']
delete p['version']
return xhr(path, 'GET', conf, p);

@@ -56,5 +54,4 @@ }

function releaseServiceRollbackRelease(p, conf) {
path = '/tiller/v2/releases/' + p['name'] + '/versions/' + p['version'] + '/content/json'
path = '/tiller/v2/releases/' + p['name'] + '/content/json'
delete p['name']
delete p['version']
return xhr(path, 'DELETE', conf, p);

@@ -61,0 +58,0 @@ }

{
"name": "@appscode/tiller-js-client",
"version": "0.0.4",
"version": "0.0.5",
"description": "Tiller 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