Socket
Socket
Sign inDemoInstall

oci-common

Package Overview
Dependencies
Maintainers
2
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 1.0.1 to 1.0.2

1

lib/region.d.ts

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

private constructor();
static AP_CHUNCHEON_1: Region;
static AP_MUMBAI_1: Region;

@@ -21,0 +22,0 @@ static AP_HYDERABAD_1: Region;

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

// OC1
Region.AP_CHUNCHEON_1 = Region.register("ap-chuncheon-1", realm_1.Realm.OC1);
Region.AP_MUMBAI_1 = Region.register("ap-mumbai-1", realm_1.Realm.OC1);

@@ -49,0 +50,0 @@ Region.AP_HYDERABAD_1 = Region.register("ap-hyderabad-1", realm_1.Realm.OC1);

2

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

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

@@ -9,3 +9,3 @@ # OCI NodeJS client for Common utilities.

- A user created in that account, in a group with a policy that grants the desired permissions. This can be a user for yourself, or another person/system that needs to call the API. For an example of how to set up a new user, group, compartment, and policy, see [Adding Users](https://docs.cloud.oracle.com/en-us/iaas/Content/GSG/Tasks/addingusers.htm). For a list of typical policies you may want to use, see [Common Policies](https://docs.cloud.oracle.com/en-us/iaas/Content/Identity/Concepts/commonpolicies.htm).
- A key pair used for signing API requests, with the public key uploaded to Oracle. Only the user calling the API should be in possession of the private key. For more information, see [Configuring Credentials](https://docs.cloud.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconfig.htm)
- A key pair used for signing API requests, with the public key uploaded to Oracle. Only the user calling the API should be in possession of the private key. For more information, see [Configuring Credentials](https://docs.cloud.oracle.com/en-us/iaas/Content/API/SDKDocs/typescriptsdkgettingstarted.htm#Configure)

@@ -12,0 +12,0 @@ ## Installing

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