# oci-common

> OCI Common module for NodeJS

Latest version **2.141.0** (published 2026-09-15) · (UPL-1.0 OR Apache-2.0) license · 0 weekly downloads

## Install

```sh
npm install oci-common
pnpm add oci-common
yarn add oci-common
bun add oci-common
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 2.141.0 |
| Published | 2026-09-15 |
| First published | 2020-05-29 |
| Weekly downloads | 0 |
| License | (UPL-1.0 OR Apache-2.0) |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 100 |
| Author | Oracle Cloud Infrastructure |
| Maintainers | jsaini, waruto, yashchan, oci-dex-release-bot |

## Links

- npm: https://www.npmjs.com/package/oci-common
- Repository: https://github.com/oracle/oci-typescript-sdk
- Homepage: https://github.com/oracle/oci-typescript-sdk#readme
- Issues: https://github.com/oracle/oci-typescript-sdk/issues
- npm.io page: https://npm.io/package/oci-common

## Recent versions

- 2.141.0 (latest) — 2026-09-15
- 2.140.2 — 2026-09-15
- 2.140.1 — 2026-09-01
- 2.140.0 — 2026-08-25
- 2.139.2 — 2026-08-18
- 2.139.1 — 2026-08-11
- 2.139.0 — 2026-08-04
- 2.138.0 — 2026-07-28
- 2.137.1 — 2026-07-22
- 2.137.0 — 2026-07-14
- 2.136.1 — 2026-07-07
- 2.136.0 — 2026-06-30
- 2.135.1 — 2026-06-23
- 2.135.0 — 2026-06-16
- 2.134.1 — 2026-06-09
- … 267 more at https://npm.io/package/oci-common/versions

## README

# OCI NodeJS client for Common utilities.

## Requirements

To use this module, you must have the following:

- An Oracle Cloud Infrastructure account.
- 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/typescriptsdkgettingstarted.htm#Configure)

## Installing

Use the following command to install this module:

```
npm install oci-common
```

Alternatively you can git clone this repo.

---
_Source: https://npm.io/package/oci-common · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
