Socket
Socket
Sign inDemoInstall

oci-common

Package Overview
Dependencies
Maintainers
4
Versions
191
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.58.1 to 2.59.0

1

lib/realm.d.ts

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

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

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

Realm.OC14 = Realm.register("oc14", "oraclecloud14.com");
Realm.OC20 = Realm.register("oc20", "oraclecloud20.com");
//# sourceMappingURL=realm.js.map

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

static EU_DCC_DUBLIN_1: Region;
static EU_JOVANOVAC_1: Region;
/**

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

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

Region.EU_DCC_DUBLIN_1 = Region.register("eu-dcc-dublin-1", realm_1.Realm.OC14, "ork");
// OC20
Region.EU_JOVANOVAC_1 = Region.register("eu-jovanovac-1", realm_1.Realm.OC20, "beg");
//# sourceMappingURL=region.js.map

2

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