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.36.2 to 4.37.0

10

CHANGELOG.md
## 4.37.0 [10-22-2020]
* Add the ability to return the request information
Closes ADAPT-298
See merge request itentialopensource/adapter-utils!193
---
## 4.36.2 [09-28-2020]

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

2

package.json
{
"name": "@itentialopensource/adapter-utils",
"version": "4.36.2",
"version": "4.37.0",
"description": "Itential Adapter Utility Libraries",

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

@@ -230,2 +230,7 @@ {

]
},
"auth_logging": {
"type": "boolean",
"description": "This property turns on logging of Authentication Information and should only be true when debugging authentication and connectivity",
"default": false
}

@@ -526,2 +531,7 @@ },

"default": false
},
"return_request": {
"type": "boolean",
"description": "This property turns on returning the response information - need to be carefull in case credentials are in the path",
"default": false
}

@@ -528,0 +538,0 @@ },

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