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.10 to 0.6.0

4

dist/index.js

@@ -190,3 +190,5 @@ 'use strict';

// else do validation of request URL and body
return validate(options.json, conf.schema.req).then(validate(options.json, conf.schema.query)).then(function () {
return validate(options.json, conf.schema.req).then(function () {
return validate(options.json, conf.schema.query);
}).then(function () {
return extendOptions(conf, options);

@@ -193,0 +195,0 @@ }).then(function (extendedOptions) {

{
"name": "node-vault",
"version": "0.5.10",
"version": "0.6.0",
"description": "Javascript client for HashiCorp's Vault",
"main": "./dist/index.js",
"scripts": {
"test": "gulp test",
"test-watch": "gulp watch",
"docs": "gulp docs",
"build": "gulp build",
"nsp": "gulp nsp",
"prepublish": "gulp prepublish"
"precoverage": "npm run lint",
"coverage": "istanbul cover --report text-summary node_modules/.bin/_mocha",
"lint": "eslint .",
"test": "mocha",
"test-watch": "mocha --watch",
"predocs": "node scripts/write-features.js",
"docs": "docco --output docs src/*.js",
"build": "babel --presets es2015 --out-dir dist src",
"nsp": "nsp check",
"prepublish": "npm run nsp && npm run build"
},

@@ -23,12 +27,15 @@ "directories": {

"dependencies": {
"bluebird": "3.3.4",
"debug": "^2.1.3",
"bluebird": "3.5.0",
"debug": "3.1.0",
"mustache": "^2.2.1",
"request-promise": "2.0.1",
"request": "^2.83.0",
"request-promise": "4.2.2",
"tv4": "^1.2.7"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"docco": "^0.7.0",
"eslint": "2.13.1",

@@ -40,11 +47,5 @@ "eslint-config-airbnb": "^9.0.1",

"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-docco": "0.0.4",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-mocha": "^2.2.0",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "2.4.5",
"nsp": "^2.6.3",
"sinon": "1.17.3",

@@ -51,0 +52,0 @@ "sinon-chai": "^2.8.0"

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