@types/mongodb-uri
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -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; |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5713
87