mongodb-aws-documentdb-tunneling
Advanced tools
Comparing version 1.0.0-alpha.16 to 1.0.0-alpha.18
@@ -128,3 +128,3 @@ const MONGODB = require('mongodb') | ||
.then( | ||
() => Promise.resolve({ message: 'Connected to DocumentDB with MongoDB.', client, }) | ||
client => Promise.resolve({ message: 'Connected to DocumentDB with MongoDB.', client, }) | ||
) | ||
@@ -131,0 +131,0 @@ .catch( |
{ | ||
"name": "mongodb-aws-documentdb-tunneling", | ||
"version": "1.0.0-alpha.16", | ||
"version": "1.0.0-alpha.18", | ||
"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": "3a0ec7bb0575fe1ff1d5d452ea3b4009fc2482bf" | ||
"gitHead": "451bc73b4fa64de7805aac83e796015d8f1f654a" | ||
} |
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
11648