node-vault
Advanced tools
Comparing version 0.9.18 to 0.9.19
@@ -123,2 +123,5 @@ // Type definitions for node-vault 0.9.8 | ||
endpoint?: string; | ||
namespace?: string; | ||
noCustomHTTPVerbs?: boolean; | ||
pathPrefix?: string; | ||
token?: string; | ||
@@ -125,0 +128,0 @@ requestOptions?: request.CoreOptions; |
{ | ||
"name": "node-vault", | ||
"version": "0.9.18", | ||
"version": "0.9.19", | ||
"description": "Javascript client for HashiCorp's Vault", | ||
@@ -71,2 +71,3 @@ "main": "./src/index.js", | ||
"Karthik Kumar Viswanathan (https://github.com/guilt)", | ||
"Kevin Stiehl (https://github.com/kstiehl)", | ||
"Konstantin Matsiushonak (https://github.com/kakoc)", | ||
@@ -73,0 +74,0 @@ "Mario Pareja (https://github.com/mpareja)", |
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
46711
1573