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.1.1

1

lib/client.d.ts

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

endpoint: string;
readonly logger: import("oci-common/lib/log").Logger;
/**

@@ -32,0 +33,0 @@ * Sets the region to call (ex, Region.US_PHOENIX_1).

@@ -56,3 +56,8 @@ "use strict";

this._endpoint = this._endpoint + "/20190301";
if (this.logger)
this.logger.info(`SecretsClient endpoint set to ${this._endpoint}`);
}
get logger() {
return common.LOG.logger;
}
/**

@@ -87,2 +92,4 @@ * Sets the region to call (ex, Region.US_PHOENIX_1).

return __awaiter(this, void 0, void 0, function* () {
if (this.logger)
this.logger.debug("Calling operation SecretsClient#getSecretBundle.");
const pathParams = {

@@ -144,2 +151,4 @@ "{secretId}": getSecretBundleRequest.secretId

return __awaiter(this, void 0, void 0, function* () {
if (this.logger)
this.logger.debug("Calling operation SecretsClient#listSecretBundleVersions.");
const pathParams = {

@@ -146,0 +155,0 @@ "{secretId}": listSecretBundleVersionsRequest.secretId

8

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

@@ -16,6 +16,6 @@ "repository": {

},
"license": "(Universal Permissive License (UPL) 1.0 or Apache-2.0)",
"license": "(UPL-1.0 OR Apache-2.0)",
"dependencies": {
"oci-common": "1.1.0",
"oci-workrequests": "1.1.0"
"oci-common": "1.1.1",
"oci-workrequests": "1.1.1"
},

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

Sorry, the diff of this file is not supported yet