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

@itentialopensource/adapter-utils

Package Overview
Dependencies
Maintainers
6
Versions
215
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 5.2.0 to 5.3.0

10

CHANGELOG.md
## 5.3.0 [10-19-2023]
* ADAPT-485: AWS Auth
Closes ADAPT-485
See merge request itentialopensource/adapter-utils!278
---
## 5.2.0 [10-04-2023]

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

2

lib/restHandler.js

@@ -867,3 +867,3 @@ /* @copyright Itential, LLC 2018 */

thisAHdata.Accept = 'text/plain';
} else if (entitySchema && entitySchema.responseDatatype && entitySchema.responseDatatype.toUpperCase() === 'XML') {
} else if (entitySchema && entitySchema.responseDatatype && (entitySchema.responseDatatype.toUpperCase() === 'XML' || entitySchema.responseDatatype.toUpperCase() === 'XML2JSON')) {
// add the XML headers if they were not set already

@@ -870,0 +870,0 @@ thisAHdata.Accept = 'application/xml';

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

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

@@ -86,2 +86,10 @@ {

},
"service" : {
"type" : "string",
"description": "Service we are integrating with -- used with AWS Authentication",
"examples" : [
"ec2",
"route53"
]
},
"authentication": {

@@ -135,3 +143,4 @@ "$ref": "#/definitions/authentication"

"no_authentication",
"multi_step_authentication"
"multi_step_authentication",
"aws_authentication"
]

@@ -138,0 +147,0 @@ },

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

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

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