@types/mongodb-uri
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -8,3 +8,3 @@ // Type definitions for mongodb-uri 0.9 | ||
host: string; | ||
port?: number; | ||
port?: number | undefined; | ||
} | ||
@@ -20,5 +20,5 @@ | ||
username?: string; | ||
password?: string; | ||
database?: string; | ||
username?: string | undefined; | ||
password?: string | undefined; | ||
database?: string | undefined; | ||
options?: any; | ||
@@ -25,0 +25,0 @@ } |
{ | ||
"name": "@types/mongodb-uri", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "TypeScript definitions for mongodb-uri", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongodb-uri", | ||
"license": "MIT", | ||
@@ -14,10 +15,12 @@ "contributors": [ | ||
"main": "", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/mongodb-uri" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ccd566da6934661a714591c4abdb1f62bf5a2bfee001089e3b1c69560dffb282", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "19712dfed1e4f01906e7eb52eb5e891b18cf38395f6c2e42bd5a68a77c71a778", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongodb-uri | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mongodb-uri. | ||
Additional Details | ||
* Last updated: Wed, 04 Jul 2018 01:11:07 GMT | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 18:50:56 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by mernxl <https://github.com/mernxl>. | ||
These definitions were written by [mernxl](https://github.com/mernxl). |
Sorry, the diff of this file is not supported yet
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5730
1