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

@sap/xssec

Package Overview
Dependencies
Maintainers
0
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 4.2.0 to 4.2.1

3

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## 4.2.1 - 2024-07-25
- fix JWKS URL construction for XSA service bindings whose url contains already a path
## 4.2.0 - 2024-07-22

@@ -5,0 +8,0 @@ - move credential validation from Service constructors to fine-grained property validation upon use to support token fetches with partial credentials

2

package.json
{
"name": "@sap/xssec",
"version": "4.2.0",
"version": "4.2.1",
"description": "XS Advanced Container Security API for node.js",

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

@@ -137,3 +137,3 @@ 'use strict';

async fetchJwks(jwksParams, correlationId) {
const jwksUrl = new URL(this.endpoints.jwks, this.jwksBaseUrl);
const jwksUrl = new URL(this.jwksBaseUrl + this.endpoints.jwks);

@@ -140,0 +140,0 @@ if(jwksParams.zid) {

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