New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-connection-string-url

Package Overview
Dependencies
Maintainers
28
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-connection-string-url - npm Package Compare versions

Comparing version

to
1.0.2

lib/tsdoc-metadata.json

6

package.json
{
"name": "mongodb-connection-string-url",
"version": "1.0.1",
"version": "1.0.2",
"description": "MongoDB connection strings, based on the WhatWG URL API",

@@ -42,3 +42,2 @@ "keywords": [

"@types/node": "^14.11.1",
"@types/whatwg-url": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",

@@ -61,4 +60,5 @@ "@typescript-eslint/parser": "^4.2.0",

"dependencies": {
"whatwg-url": "^8.4.0"
"whatwg-url": "^8.4.0",
"@types/whatwg-url": "^8.0.0"
}
}