Socket
Socket
Sign inDemoInstall

@sap/xssec

Package Overview
Dependencies
Maintainers
1
Versions
82
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.0.2 to 4.0.3

3

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## 4.0.3 - 2024-06-06
- export Token class and its subclasses
## 4.0.2 - 2024-06-05

@@ -5,0 +8,0 @@ - Fix failing validation of Identity Service tokens without azp claim

2

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

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

@@ -8,2 +8,7 @@ module.exports = {

XssecPassportStrategy : require('./passport/XssecPassportStrategy'),
Token: require('./token/Token'),
IdentityServiceToken: require('./token/IdentityServiceToken'),
XsuaaToken: require('./token/XsuaaToken'),
XsaToken: require('./token/XsaToken'),
UaaToken: require('./token/UaaToken'),
errors: require('./error'),

@@ -10,0 +15,0 @@ constants: require('./util/constants'),

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