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.0 to 0.9.1

8

mongodb-uri/index.d.ts

@@ -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

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