Socket
Socket
Sign inDemoInstall

oci-common

Package Overview
Dependencies
Maintainers
4
Versions
190
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.62.0 to 2.62.1

1

lib/realm.d.ts

@@ -27,3 +27,4 @@ /**

static OC20: Realm;
static OC19: Realm;
static register(realmId: string, secondLevelDomain: string): Realm;
}

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

Realm.OC20 = Realm.register("oc20", "oraclecloud20.com");
Realm.OC19 = Realm.register("oc19", "oraclecloud.eu");
//# sourceMappingURL=realm.js.map

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

static EU_JOVANOVAC_1: Region;
static EU_MADRID_2: Region;
/**

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

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

Region.EU_JOVANOVAC_1 = Region.register("eu-jovanovac-1", realm_1.Realm.OC20, "beg");
// OC19
Region.EU_MADRID_2 = Region.register("eu-madrid-2", realm_1.Realm.OC19, "vll");
//# sourceMappingURL=region.js.map

2

package.json
{
"name": "oci-common",
"version": "2.62.0",
"version": "2.62.1",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc