Socket
Socket
Sign inDemoInstall

monk

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monk - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 7.1.1 / 2019-10-11
- Allow for `mongo+srv` uri (Thanks @s-zimm!)
# 7.1.0 / 2019-09-30

@@ -2,0 +6,0 @@

2

lib/manager.js

@@ -87,3 +87,3 @@ var mongo = require('mongodb')

if (typeof uri === 'string') {
if (!/^mongodb:\/\//.test(uri)) {
if (!/^mongodb(\+srv)?:\/\//.test(uri)) {
uri = 'mongodb://' + uri

@@ -90,0 +90,0 @@ }

{
"name": "monk",
"description": "The wise MongoDB API",
"version": "7.1.0",
"version": "7.1.1",
"main": "lib/monk.js",

@@ -6,0 +6,0 @@ "types": "./index.d.ts",

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