Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-vault-client

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-vault-client - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "node-vault-client",
"version": "0.3.0",
"version": "0.3.1",
"description": "",

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

'use strict';
const VaultBaseAuth = require('./VaultBaseAuth');
const errors = require('../errors');

@@ -5,0 +6,0 @@ class VaultTokenAuth extends VaultBaseAuth {

@@ -171,4 +171,5 @@ 'use strict';

.then((token) => this.__api.makeRequest('POST', path, data, {'X-Vault-Token': token.getId()}))
.then(() => {
.then((response) => {
this.__log.debug('secret %s was written', path);
return response;
})

@@ -175,0 +176,0 @@ .catch((reason) => {

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