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.89.2 to 2.89.3

1

lib/realm.d.ts

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

static OC15: Realm;
static OC29: Realm;
static values(): Realm[];

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

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

Realm.OC15 = Realm.register("oc15", "oraclecloud15.com");
Realm.OC29 = Realm.register("oc29", "oraclecloud29.com");
//# sourceMappingURL=realm.js.map

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

static AP_DCC_GAZIPUR_1: Region;
static ME_ABUDHABI_2: Region;
/**

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

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

Region.AP_DCC_GAZIPUR_1 = Region.register("ap-dcc-gazipur-1", realm_1.Realm.OC15, "dac");
// OC29
Region.ME_ABUDHABI_2 = Region.register("me-abudhabi-2", realm_1.Realm.OC29, "rkt");
//# sourceMappingURL=region.js.map

2

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