Socket
Socket
Sign inDemoInstall

@sap/xssec

Package Overview
Dependencies
30
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.6.0 to 3.6.1

3

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## 3.6.1 - 2023-12-21
- better support for older node versions
## 3.6.0 - 2023-11-24

@@ -5,0 +8,0 @@ - adapt optimized IAS server API

4

lib/strategies/passport-jwt.js

@@ -81,3 +81,5 @@ 'use strict';

if (err) {
req.tokenInfo ??= new SimpleError(err.toString());
if(!req.tokenInfo) {
req.tokenInfo = new SimpleError(err.toString());
}

@@ -84,0 +86,0 @@ return err.statuscode ? self.fail(err.statuscode, err) : self.error(err);

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

@@ -24,3 +24,3 @@ "main": "./lib",

"engines": {
"node": ">=18"
"node": ">=14"
},

@@ -27,0 +27,0 @@ "devDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc