Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

oci-common

Package Overview
Dependencies
Maintainers
4
Versions
199
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.95.0 to 2.95.1

1

lib/realm.d.ts

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

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

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

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

Realm.OC29 = Realm.register("oc29", "oraclecloud29.com");
Realm.OC23 = Realm.register("oc23", "oraclecloud23.com");
//# sourceMappingURL=realm.js.map

@@ -107,2 +107,4 @@ /**

static ME_ABUDHABI_4: Region;
static US_SOMERSET_1: Region;
static US_THAMES_1: Region;
/**

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

@@ -404,2 +404,5 @@ "use strict";

Region.ME_ABUDHABI_4 = Region.register("me-abudhabi-4", realm_1.Realm.OC29, "shj");
// OC23
Region.US_SOMERSET_1 = Region.register("us-somerset-1", realm_1.Realm.OC23, "ebb");
Region.US_THAMES_1 = Region.register("us-thames-1", realm_1.Realm.OC23, "ebl");
//# sourceMappingURL=region.js.map

2

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc