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.82.1 to 2.82.2

1

lib/realm.d.ts

@@ -31,2 +31,3 @@ /**

static OC21: Realm;
static OC26: Realm;
static values(): Realm[];

@@ -33,0 +34,0 @@ static register(realmId: string, secondLevelDomain: string, isDeveloperToolConfigurationRealm?: boolean): Realm;

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

Realm.OC21 = Realm.register("oc21", "oraclecloud21.com");
Realm.OC26 = Realm.register("oc26", "oraclecloud26.com");
//# sourceMappingURL=realm.js.map

@@ -100,2 +100,3 @@ /**

static ME_DCC_DOHA_1: Region;
static ME_ABUDHABI_3: Region;
/**

@@ -102,0 +103,0 @@ * Return all known Regions in this version of the SDK, except possibly the region returned by IMDS (Instance Metadata

@@ -388,2 +388,4 @@ "use strict";

Region.ME_DCC_DOHA_1 = Region.register("me-dcc-doha-1", realm_1.Realm.OC21, "doh");
// OC26
Region.ME_ABUDHABI_3 = Region.register("me-abudhabi-3", realm_1.Realm.OC26, "ahu");
//# sourceMappingURL=region.js.map

2

package.json
{
"name": "oci-common",
"version": "2.82.1",
"version": "2.82.2",
"description": "OCI Common module for NodeJS",

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

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