You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

v-connection-string

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v-connection-string - npm Package Compare versions

Comparing version

to
1.0.1

6

package.json
{
"name": "v-connection-string",
"version": "1.0.0",
"version": "1.0.1",
"description": "Functions for dealing with a Vertica connection string",

@@ -8,5 +8,3 @@ "main": "./index.js",

"scripts": {
"test": "istanbul cover _mocha && npm run check-coverage",
"check-coverage": "istanbul check-coverage --statements 100 --branches 100 --lines 100 --functions 100",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
"test": "node_modules/.bin/mocha"
},

@@ -13,0 +11,0 @@ "repository": {