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

pgtools

Package Overview
Dependencies
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgtools - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

5

CHANGELOG.md

@@ -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)

6

package.json
{
"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

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