Socket
Socket
Sign inDemoInstall

postgraphile-core

Package Overview
Dependencies
74
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.6.0 to 4.7.0

10

package.json
{
"name": "postgraphile-core",
"version": "4.6.0",
"version": "4.7.0",
"description": "",

@@ -22,4 +22,4 @@ "main": "node8plus/index.js",

"dependencies": {
"graphile-build": "4.6.0",
"graphile-build-pg": "4.6.0"
"graphile-build": "4.7.0",
"graphile-build-pg": "4.7.0"
},

@@ -40,3 +40,3 @@ "devDependencies": {

"graphql": ">=0.9 <0.14 || ^14.0.2",
"pg": ">=6.1.0 <8"
"pg": ">=6.1.0 <9"
},

@@ -50,3 +50,3 @@ "files": [

},
"gitHead": "f1c9ecb450c4aafccc3716ec816ed4d80829a3df"
"gitHead": "b3d7a1ea967f970936a2dcdd61f94a02dea3b7fe"
}

@@ -27,7 +27,9 @@ # postgraphile-core

<table><tr>
<td align="center"><a href="http://chads.website/"><img src="https://www.graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a></td>
<td align="center"><a href="https://storyscript.io/?utm_source=postgraphile"><img src="https://www.graphile.org/images/sponsors/storyscript.png" width="90" height="90" alt="Storyscript" /><br />Storyscript</a></td>
<td align="center"><a href="http://p72.vc/"><img src="https://www.graphile.org/images/sponsors/p72.png" width="90" height="90" alt="Point72 Ventures" /><br />Point72 Ventures</a></td>
<td align="center"><a href="http://chads.website"><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
<td align="center"><a href="https://storyscript.io/?utm_source=postgraphile"><img src="https://graphile.org/images/sponsors/storyscript.png" width="90" height="90" alt="Storyscript" /><br />Storyscript</a> *</td>
<td align="center"><a href="https://postlight.com/?utm_source=graphile"><img src="https://graphile.org/images/sponsors/postlight.png" width="90" height="90" alt="Postlight" /><br />Postlight</a> *</td>
</tr></table>
<em>\* Sponsors the entire Graphile suite</em>
<!-- SPONSORS_END -->

@@ -134,7 +136,7 @@

)
.then(result => {
.then((result) => {
console.dir(result);
pgPool.end();
})
.catch(e => {
.catch((e) => {
console.error(e);

@@ -141,0 +143,0 @@ process.exit(1);

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc