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

@sap/xssec

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sap/xssec - npm Package Compare versions

Comparing version 3.3.3 to 3.3.4

3

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## 3.3.4 - 2023-09-06
- Fix IAS token exchange with X509 binding
## 3.3.3 - 2023-08-08

@@ -5,0 +8,0 @@ - Send either both x-app_tid & x-client_id headers or none of them to IAS /certs endpoint to prevent bad request

6

lib/requests.js

@@ -136,6 +136,4 @@ 'use strict';

}
} else {
if (serviceCredentials.certificate) {
urlWithCorrectSubdomain = serviceCredentials.certurl;
}
} else if (serviceCredentials.certificate && serviceCredentials.certurl) {
urlWithCorrectSubdomain = serviceCredentials.certurl;
}

@@ -142,0 +140,0 @@

{
"name": "@sap/xssec",
"version": "3.3.3",
"version": "3.3.4",
"description": "XS Advanced Container Security API for node.js",

@@ -5,0 +5,0 @@ "main": "./lib",

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