New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

oci-secrets

Package Overview
Dependencies
Maintainers
3
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

oci-secrets - npm Package Compare versions

Comparing version

to
1.18.1

4

lib/client.d.ts

@@ -59,3 +59,3 @@ /**

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
*/

@@ -68,3 +68,3 @@ getSecretBundle(getSecretBundleRequest: requests.GetSecretBundleRequest): Promise<responses.GetSecretBundleResponse>;

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
*/

@@ -71,0 +71,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest: requests.ListSecretBundleVersionsRequest): Promise<responses.ListSecretBundleVersionsResponse>;

@@ -103,3 +103,3 @@ "use strict";

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
*/

@@ -166,3 +166,3 @@ getSecretBundle(getSecretBundleRequest) {

* @throws OciError when an error occurs
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
*/

@@ -169,0 +169,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest) {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundleRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.1/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundleRequest.
*/

@@ -18,0 +18,0 @@ export interface GetSecretBundleRequest extends common.BaseRequest {

@@ -15,3 +15,3 @@ /**

/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest.
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.18.1/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest.
*/

@@ -18,0 +18,0 @@ export interface ListSecretBundleVersionsRequest extends common.BaseRequest {

{
"name": "oci-secrets",
"version": "1.18.0",
"version": "1.18.1",
"description": "OCI NodeJS client for Secrets Service",

@@ -18,4 +18,4 @@ "repository": {

"dependencies": {
"oci-common": "1.18.0",
"oci-workrequests": "1.18.0"
"oci-common": "1.18.1",
"oci-workrequests": "1.18.1"
},

@@ -22,0 +22,0 @@ "publishConfig": {