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

testkube-sdk

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testkube-sdk - npm Package Compare versions

Comparing version 1.17.1 to 1.17.2

2

dist/internal/utils/utils.js

@@ -107,3 +107,3 @@ "use strict";

var value = payload[prop.key];
if (isSpeakeasyBase(prop.type)) {
if (isSpeakeasyBase(prop.type) && value != null) {
this[prop.key] = new prop.type(value);

@@ -110,0 +110,0 @@ }

@@ -37,5 +37,5 @@ "use strict";

this.openapiDocVersion = "1.0.0";
this.sdkVersion = "1.17.1";
this.genVersion = "2.143.2";
this.userAgent = "speakeasy-sdk/typescript 1.17.1 2.143.2 1.0.0 testkube-sdk";
this.sdkVersion = "1.17.2";
this.genVersion = "2.147.0";
this.userAgent = "speakeasy-sdk/typescript 1.17.2 2.147.0 1.0.0 testkube-sdk";
Object.assign(this, init);

@@ -42,0 +42,0 @@ }

{
"name": "testkube-sdk",
"version": "1.17.1",
"version": "1.17.2",
"author": "aabedraba",

@@ -5,0 +5,0 @@ "scripts": {

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