Socket
Socket
Sign inDemoInstall

ozone-typescript-client

Package Overview
Dependencies
Maintainers
8
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-typescript-client - npm Package Compare versions

Comparing version 5.4.16 to 5.4.17

2

dist/src/ozoneCredentials/ozoneCredentialsImpl.js

@@ -24,3 +24,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

let authInfo = yield (httpClient.call(request));
if (authInfo && !authInfo['principalId']) {
if (!authInfo || !authInfo.principalId) {
// The session is invalid

@@ -27,0 +27,0 @@ throw new Response(request, 403, 'Invalid session', {}, authInfo);

{
"name": "ozone-typescript-client",
"version": "5.4.16",
"version": "5.4.17",
"description": "",

@@ -29,4 +29,4 @@ "main": "dist/src/index.js",

"log4javascript": "1.4.15",
"ozone-search-helper": "^5.4.15",
"ozone-type": "^5.4.15",
"ozone-search-helper": "^5.4.17",
"ozone-type": "^5.4.17",
"sockjs-client": "1.4.0"

@@ -37,3 +37,3 @@ },

},
"gitHead": "78f0d3d2362cdcf33d4ce01150cbe86257d758a8"
"gitHead": "ce1b9eeee4b874c9bb270153fa0c230852435b56"
}

Sorry, the diff of this file is not supported yet

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