node-vault-client
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "node-vault-client", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -44,2 +44,5 @@ 'use strict'; | ||
return this.__authToken; | ||
}).catch(e => { | ||
this.__authToken = null; | ||
throw e; | ||
}); | ||
@@ -46,0 +49,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
18825
527