pg-connection-string
Advanced tools
Comparing version 2.6.2 to 2.6.3
'use strict' | ||
//Parse method copied from https://github.com/brianc/node-postgres | ||
@@ -7,2 +6,3 @@ //Copyright (c) 2010-2014 Brian Carlson (brian.m.carlson@gmail.com) | ||
const { URL } = require('url') | ||
//parses a connection string | ||
@@ -9,0 +9,0 @@ function parse(str) { |
{ | ||
"name": "pg-connection-string", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"description": "Functions for dealing with a PostgresSQL connection string", | ||
@@ -39,3 +39,3 @@ "main": "./index.js", | ||
], | ||
"gitHead": "a2a355a6807bf75d92d7f0cb0f219588811a5356" | ||
"gitHead": "b03c071d2d15af259e1e008e9628191c865e58fa" | ||
} |
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
9127
106