connection-string-parser
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "connection-string-parser", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A generic connection string parser/formatter", | ||
@@ -5,0 +5,0 @@ "main": "./dist/connection-string-parser.js", |
@@ -63,3 +63,3 @@ # Connection String Parser | ||
"hosts": [{ | ||
"host": "host", | ||
"host": "ho$t", | ||
"port": 1234 | ||
@@ -69,6 +69,6 @@ }], | ||
"password": "unbr#k@bl$", | ||
"endpoint": "$my-db", | ||
"options": { | ||
"replicaSet": "$super@" | ||
}, | ||
"endpoint": "$my-db" | ||
} | ||
} | ||
@@ -93,3 +93,3 @@ ``` | ||
"hosts": [{ | ||
"host": "host", | ||
"host": "ho$t", | ||
"port": 1234 | ||
@@ -99,6 +99,6 @@ }], | ||
"password": "unbr#k@bl$", | ||
"endpoint": "$my-db", | ||
"options": { | ||
"replicaSet": "$super@" | ||
}, | ||
"endpoint": "$my-db" | ||
} | ||
}); | ||
@@ -105,0 +105,0 @@ ``` |
15752
5
198