Socket
Socket
Sign inDemoInstall

mongodb-connection-string-url

Package Overview
Dependencies
8
Maintainers
29
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

4

lib/index.d.ts

@@ -38,3 +38,3 @@ import { URL } from 'whatwg-url';

redact(options?: ConnectionStringRedactionOptions): ConnectionString;
typedSearchParams<T extends Record<string, unknown>>(): {
typedSearchParams<T extends {}>(): {
append(name: keyof T & string, value: any): void;

@@ -56,5 +56,5 @@ delete(name: keyof T & string): void;

}
export declare class CommaAndColonSeparatedRecord<K extends Record<string, unknown> = Record<string, unknown>> extends CaseInsensitiveMap<keyof K & string> {
export declare class CommaAndColonSeparatedRecord<K extends {} = Record<string, unknown>> extends CaseInsensitiveMap<keyof K & string> {
constructor(from?: string | null);
toString(): string;
}
{
"name": "mongodb-connection-string-url",
"version": "2.4.0",
"version": "2.4.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