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
2
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.10.0

2

lib/client.d.ts

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

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

@@ -66,2 +67,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.10.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
*/

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

@@ -102,2 +102,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.10.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundle API.
*/

@@ -164,2 +165,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.10.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersions API.
*/

@@ -166,0 +168,0 @@ listSecretBundleVersions(listSecretBundleVersionsRequest) {

@@ -14,2 +14,5 @@ /**

import common = require("oci-common");
/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/secrets/GetSecretBundle.ts.html |here} to see how to use GetSecretBundleRequest.
*/
export interface GetSecretBundleRequest extends common.BaseRequest {

@@ -16,0 +19,0 @@ /**

@@ -14,2 +14,5 @@ /**

import common = require("oci-common");
/**
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/1.10.0/secrets/ListSecretBundleVersions.ts.html |here} to see how to use ListSecretBundleVersionsRequest.
*/
export interface ListSecretBundleVersionsRequest extends common.BaseRequest {

@@ -16,0 +19,0 @@ /**

6

package.json
{
"name": "oci-secrets",
"version": "1.9.1",
"version": "1.10.0",
"description": "OCI NodeJS client for Secrets Service",

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

"dependencies": {
"oci-common": "1.9.1",
"oci-workrequests": "1.9.1"
"oci-common": "1.10.0",
"oci-workrequests": "1.10.0"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet