Files
kami-parse-server/src/vendor
greenkeeper[bot] e94991b368 Update dependencies to enable Greenkeeper 🌴 (#3940)
* chore(package): update dependencies

* docs(readme): add Greenkeeper badge

* Fix indent issues with eslint 4.0

see http://eslint.org/docs/user-guide/migrating-to-4.0.0\#-the-indent-rule-is-more-strict
2017-06-20 09:15:26 -07:00
..
2016-03-16 14:54:52 -07:00

mongoUrl

A fork of node's url module, with the modification that commas and colons are allowed in hostnames. While this results in a slightly incorrect parsed result, as the hostname field for a mongodb should be an array of replica sets, it's good enough to let us pull out and escape the auth portion of the URL.

See also: https://github.com/ParsePlatform/parse-server/pull/986