mongodb-aws-documentdb-tunneling
Advanced tools
Comparing version 1.0.0-alpha.23 to 1.0.0-alpha.24
@@ -33,3 +33,3 @@ const MONGODB = require('mongodb') | ||
return MONGODB.connect(uri) | ||
return MONGODB.connect(uri, mongodbOptions) | ||
.then( | ||
@@ -36,0 +36,0 @@ client => Promise.resolve({ |
{ | ||
"name": "mongodb-aws-documentdb-tunneling", | ||
"version": "1.0.0-alpha.23", | ||
"version": "1.0.0-alpha.24", | ||
"description": "Mongodb wich allow SSH tunneling into a AWS documentDb VPC by going through a EC2 instance hosted in the same VPC.", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "9dffec7101a88b4754567de7607cfae30f1258e0" | ||
"gitHead": "cc73cabb977cabf02e3dcffee1b92c65231fd69b" | ||
} |
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
11700