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
6
Versions
221
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.46.0 to 4.47.0

10

CHANGELOG.md
## 4.47.0 [08-13-2022]
* Add SSO capability into service instance config
Closes ADAPT-2328
See merge request itentialopensource/adapter-utils!235
---
## 4.46.0 [07-27-2022]

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

2

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

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

@@ -255,2 +255,30 @@ {

"default": ""
},
"sso": {
"type": "object",
"properties": {
"protocol": {
"type": "string",
"description": "the protocol to request token from system",
"default": "",
"enum": [
"http", "https", ""
]
},
"host": {
"type": "string",
"description": "hostname of the authentication system",
"default": "",
"examples": [
"systemx.customer.com"
]
},
"port": {
"type": "integer",
"description": "port on which to connect to the authentication system",
"default": 0,
"minimum": 0,
"maximum": 65535
}
}
}

@@ -257,0 +285,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