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

@mittwald/kubernetes

Package Overview
Dependencies
Maintainers
2
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mittwald/kubernetes - npm Package Compare versions

Comparing version 2.0.0-beta.21 to 2.0.0-beta.22

3

client.js

@@ -58,4 +58,3 @@ "use strict";

watch(url, onUpdate, onError, watchOpts = {}) {
url = url.replace(/^\//, "");
const absoluteURL = this.config.apiServerURL + "/" + url;
const absoluteURL = joinURL(this.config.apiServerURL, url);
let opts = {

@@ -62,0 +61,0 @@ url: absoluteURL,

@@ -57,3 +57,3 @@ {

},
"version": "2.0.0-beta.21"
"version": "2.0.0-beta.22"
}

Sorry, the diff of this file is not supported yet

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