Socket
Socket
Sign inDemoInstall

oci-common

Package Overview
Dependencies
Maintainers
4
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-common - npm Package Compare versions

Comparing version 2.45.0 to 2.46.0

2

lib/auth/config-file-auth.js

@@ -103,3 +103,2 @@ "use strict";

const fingerprint = utils_1.checkNotNull(file.get("fingerprint"), "missing fingerprint in config");
const user = utils_1.checkNotNull(file.get("user"), "missing user in config");
const pemFilePath = utils_1.checkNotNull(file.get("key_file"), "missing key_file in config");

@@ -113,2 +112,3 @@ const passPhrase = file.get("pass_phrase");

: undefined;
const user = sessionToken ? "" : utils_1.checkNotNull(file.get("user"), "missing user in config");
return new auth_1.SimpleAuthenticationDetailsProvider(tenantId, user, fingerprint, privateKey, passPhrase, region, undefined, undefined, profileCredentials, sessionToken);

@@ -115,0 +115,0 @@ }

{
"name": "oci-common",
"version": "2.45.0",
"version": "2.46.0",
"description": "OCI Common module for NodeJS",

@@ -5,0 +5,0 @@ "repository": {

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