Comparing version 0.3.0 to 0.3.1
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="0.3.1"></a> | ||
## [0.3.1](https://github.com/olalonde/pgtools/compare/v0.3.0...v0.3.1) (2021-03-02) | ||
<a name="0.3.0"></a> | ||
@@ -7,0 +12,0 @@ # [0.3.0](https://github.com/olalonde/pgtools/compare/v0.2.3...v0.3.0) (2017-07-24) |
{ | ||
"name": "pgtools", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Pure Node.js implementation of PostgreSQL's createdb and dropdb tools", | ||
@@ -8,4 +8,4 @@ "main": "index.js", | ||
"bluebird": "^3.3.5", | ||
"pg": "^6.1.0", | ||
"pg-connection-string": "^0.1.3", | ||
"pg": "^8.4.0", | ||
"pg-connection-string": "^2.4.0", | ||
"yargs": "^5.0.0" | ||
@@ -12,0 +12,0 @@ }, |
@@ -26,3 +26,3 @@ # pgtools | ||
```bash | ||
createdbjs my_awesome_db --user=admin --pasword=admin | ||
createdbjs my_awesome_db --user=admin --password=admin | ||
``` | ||
@@ -90,2 +90,6 @@ | ||
## Node.js support | ||
We support all LTS versions from 6 and up. We try to keep up with the latest Node.js version. | ||
## Releasing | ||
@@ -92,0 +96,0 @@ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12345
103
11
1
+ Addedpg@8.13.3(transitive)
+ Addedpg-cloudflare@1.1.1(transitive)
+ Addedpg-connection-string@2.7.0(transitive)
+ Addedpg-pool@3.7.1(transitive)
+ Addedpg-protocol@1.7.1(transitive)
+ Addedpg-types@2.2.0(transitive)
+ Addedpostgres-array@2.0.0(transitive)
+ Addedsemver@5.7.2(transitive)
- Removedbuffer-writer@1.0.1(transitive)
- Removedgeneric-pool@2.4.3(transitive)
- Removedjs-string-escape@1.0.1(transitive)
- Removedobject-assign@4.1.0(transitive)
- Removedpacket-reader@0.3.1(transitive)
- Removedpg@6.4.2(transitive)
- Removedpg-connection-string@0.1.3(transitive)
- Removedpg-pool@1.8.0(transitive)
- Removedpg-types@1.13.0(transitive)
- Removedpostgres-array@1.0.3(transitive)
- Removedsemver@4.3.2(transitive)
Updatedpg@^8.4.0
Updatedpg-connection-string@^2.4.0