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

connection-string-parser

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

connection-string-parser - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "connection-string-parser",
"version": "1.0.1",
"version": "1.0.2",
"description": "A generic connection string parser/formatter",

@@ -5,0 +5,0 @@ "main": "./dist/connection-string-parser.js",

@@ -63,3 +63,3 @@ # Connection String Parser

"hosts": [{
"host": "host",
"host": "ho$t",
"port": 1234

@@ -69,6 +69,6 @@ }],

"password": "unbr#k@bl$",
"endpoint": "$my-db",
"options": {
"replicaSet": "$super@"
},
"endpoint": "$my-db"
}
}

@@ -93,3 +93,3 @@ ```

"hosts": [{
"host": "host",
"host": "ho$t",
"port": 1234

@@ -99,6 +99,6 @@ }],

"password": "unbr#k@bl$",
"endpoint": "$my-db",
"options": {
"replicaSet": "$super@"
},
"endpoint": "$my-db"
}
});

@@ -105,0 +105,0 @@ ```

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