Socket
Socket
Sign inDemoInstall

ozone-typescript-client

Package Overview
Dependencies
Maintainers
5
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 0.9.4 to 0.9.5

4

dist/index.js

@@ -296,2 +296,3 @@ var __extends = (this && this.__extends) || (function () {

this._authInfo = undefined;
this.log.debug("Authenticating");
_a = this;

@@ -301,2 +302,3 @@ return [4 /*yield*/, this.config.ozoneCredentials.authenticate(this.config.ozoneURL)];

_a._authInfo = _b.sent();
this.log.debug("Authenticated with authInfo : " + this._authInfo);
return [3 /*break*/, 4];

@@ -306,2 +308,3 @@ case 3:

response = e_1;
this.log.debug("Authentication error : code " + response.status);
this._lastFailedLogin = e_1;

@@ -933,2 +936,3 @@ if (response.status >= 400 && response.status < 500) {

authInfo = this.authProvider();
log.trace("SessionFilter : authInfo = " + authInfo);
if (authInfo) {

@@ -935,0 +939,0 @@ addHeader(call, "Ozone-Session-Id", authInfo.sessionId);

2

package.json
{
"name": "ozone-typescript-client",
"version": "0.9.4",
"version": "0.9.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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