node-vault-client
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "node-vault-client", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "A Vault Client implemented in pure javascript for HashiCorp Vault. It supports variety of Auth Backends and performs lease renewal for issued auth token.", | ||
@@ -5,0 +5,0 @@ "repository": "github:namecheap/node-vault-client", |
@@ -40,3 +40,3 @@ const fs = require('fs'); | ||
'receive token: %s', | ||
res.auth.client_token, | ||
res.auth.client_token | ||
); | ||
@@ -43,0 +43,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47125