Socket
Socket
Sign inDemoInstall

mongodb-connection-string-url

Package Overview
Dependencies
8
Maintainers
28
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.5.1

4

lib/index.js

@@ -161,3 +161,5 @@ "use strict";

clone() {
return new ConnectionString(this.toString());
return new ConnectionString(this.toString(), {
looseValidation: true
});
}

@@ -164,0 +166,0 @@ redact(options) {

{
"name": "mongodb-connection-string-url",
"version": "2.5.0",
"version": "2.5.1",
"description": "MongoDB connection strings, based on the WhatWG URL API",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc