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

@itentialopensource/adapter-utils

Package Overview
Dependencies
Maintainers
3
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itentialopensource/adapter-utils - npm Package Compare versions

Comparing version 4.30.5 to 4.30.6

10

CHANGELOG.md
## 4.30.6 [02-10-2020]
* fix for xml data getting lost
Closes ADAPT-85
See merge request itentialopensource/adapter-utils!161
---
## 4.30.5 [02-07-2020]

@@ -3,0 +13,0 @@

10

lib/restHandler.js

@@ -759,7 +759,2 @@ /* @copyright Itential, LLC 2018 */

// only add body if not a GET
if ((entitySchema.method.toUpperCase() !== 'GET' || entitySchema.sendGetBody) && globalRequestGl) {
thisBdata = transUtilInst.mergeObjects(thisBdata, globalRequestGl.payload);
}
// return the payload if just sending plain text and got plain text

@@ -784,2 +779,7 @@ if (entitySchema && entitySchema.requestDatatype && entitySchema.requestDatatype.toUpperCase() === 'PLAIN') {

// only add body if not a GET
if ((entitySchema.method.toUpperCase() !== 'GET' || entitySchema.sendGetBody) && globalRequestGl) {
thisBdata = transUtilInst.mergeObjects(thisBdata, globalRequestGl.payload);
}
// handle input as JSON

@@ -786,0 +786,0 @@ if (!thisBdata) {

{
"name": "@itentialopensource/adapter-utils",
"version": "4.30.5",
"version": "4.30.6",
"description": "Itential Adapter Utility Libraries",

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

Sorry, the diff of this file is too big to display

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