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

node-vault

Package Overview
Dependencies
Maintainers
6
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-vault - npm Package Compare versions

Comparing version 0.5.6 to 0.5.7

11

dist/index.js

@@ -18,3 +18,8 @@ 'use strict';

mustache = config.mustache || mustache;
rp = config['request-promise'] || rp;
rp = (config['request-promise'] || rp).defaults({
json: true,
resolveWithFullResponse: true,
simple: false,
strictSSL: !process.env.VAULT_SKIP_VERIFY
});
Promise = config.Promise || Promise;

@@ -38,3 +43,2 @@ var client = {};

var error = new Error(message);
error.response = response;
return Promise.reject(error);

@@ -81,5 +85,2 @@ }

options.uri = uri;
options.json = options.json || true;
options.simple = options.simple || false;
options.resolveWithFullResponse = options.resolveWithFullResponse || true;
debug(options.method, uri);

@@ -86,0 +87,0 @@ // debug(options.json);

{
"name": "node-vault",
"version": "0.5.6",
"version": "0.5.7",
"description": "Javascript client for HashiCorp's Vault",

@@ -36,3 +36,3 @@ "main": "./dist/index.js",

"eslint-plugin-import": "^1.11.1",
"eslint-plugin-jsx-a11y": "2.2.1",
"eslint-plugin-jsx-a11y": "1.2.0",
"eslint-plugin-react": "^5.2.2",

@@ -39,0 +39,0 @@ "gulp": "^3.9.1",

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