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

@dynatrace-sdk/client-app-engine-registry

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynatrace-sdk/client-app-engine-registry - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

6

CHANGELOG.md

@@ -5,2 +5,8 @@ # AppEngine - Registry

## 1.8.1
### Patch Changes
- Updated boolean serialization handling. APPDEV-9047
## 1.8.0

@@ -7,0 +13,0 @@

2

cjs/index.js

@@ -532,3 +532,3 @@ /**

];
if (json["error"]) {
if (json["error"] !== void 0) {
body.push({ name: "error", type: "json", value: json["error"] });

@@ -535,0 +535,0 @@ }

@@ -7,3 +7,3 @@ {

"name": "@dynatrace-sdk/template-typescript-client",
"version": "0.20.0"
"version": "0.20.1"
}

@@ -10,0 +10,0 @@ },

@@ -475,3 +475,3 @@ /**

];
if (json["error"]) {
if (json["error"] !== void 0) {
body.push({ name: "error", type: "json", value: json["error"] });

@@ -478,0 +478,0 @@ }

{
"name": "@dynatrace-sdk/client-app-engine-registry",
"version": "1.8.0",
"version": "1.8.1",
"description": "Manage Dynatrace AppEngine apps.",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

# @dynatrace-sdk/client-app-engine-registry
[![npm](https://img.shields.io/badge/npm-v1.8.0-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-app-engine-registry/v/1.8.0)
[![npm](https://img.shields.io/badge/npm-v1.8.1-blue)](https://www.npmjs.com/package/@dynatrace-sdk/client-app-engine-registry/v/1.8.1)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

@@ -5,0 +5,0 @@

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