Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/mongodb-uri

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mongodb-uri - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

3

mongodb-uri/index.d.ts

@@ -42,3 +42,2 @@ // Type definitions for mongodb-uri 0.9

* mongodb://[username[:password]@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][/[database]][?options]
*
*/

@@ -55,3 +54,2 @@ format(uriObject?: UriObject): string;

* using a MongoDB add-on like MongoLab.
*
*/

@@ -79,3 +77,2 @@ formatMongoose(uri: UriObject | string): string;

* present in the input.
*
*/

@@ -82,0 +79,0 @@ export function parse(uri: string): UriObject;

6

mongodb-uri/package.json
{
"name": "@types/mongodb-uri",
"version": "0.9.1",
"version": "0.9.2",
"description": "TypeScript definitions for mongodb-uri",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongodb-uri",

"dependencies": {},
"typesPublisherContentHash": "19712dfed1e4f01906e7eb52eb5e891b18cf38395f6c2e42bd5a68a77c71a778",
"typeScriptVersion": "3.6"
"typesPublisherContentHash": "42df8a1a88abd970138cf905bbd6f6cef449b658956391df07b3664de9f90a65",
"typeScriptVersion": "4.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 08 Jul 2021 18:50:56 GMT
* Last updated: Wed, 27 Sep 2023 09:42:16 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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