Socket
Socket
Sign inDemoInstall

@sap/xssec

Package Overview
Dependencies
51
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.4 to 3.2.5

4

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
## 3.2.5 - 2020-09-07
- fix to be backward-compatible for tokenFlow-APIs
## 3.2.4 - 2020-09-03

@@ -5,0 +9,0 @@ - fix an issue with IAS multitenancy support

4

lib/requests.js

@@ -69,4 +69,4 @@ 'use strict';

if(result.statusCode === 200) {
const response = JSON.parse(result.body);
cb(null, response);
const json = JSON.parse(result.body);
cb(null, json.id_token || json.access_token || json, json);
} else {

@@ -73,0 +73,0 @@ throw new Error(`Call with options: ${options} responded with ${result.statusCode} - ${result.body}`);

{
"name": "@sap/xssec",
"version": "3.2.4",
"version": "3.2.5",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc