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.8.0-rc.0 to 4.8.0

10

package.json
{
"name": "postgraphile-core",
"version": "4.8.0-rc.0",
"version": "4.8.0",
"description": "",

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

"dependencies": {
"graphile-build": "4.8.0-rc.0",
"graphile-build-pg": "4.8.0-rc.0",
"graphile-build": "4.8.0",
"graphile-build-pg": "4.8.0",
"tslib": "^1.13.0"

@@ -32,3 +32,3 @@ },

"jest": "^24.8.0",
"jest-serializer-graphql-schema": "4.8.0-rc.0",
"jest-serializer-graphql-schema": "4.8.0",
"jest-silent-reporter": "^0.1.2",

@@ -51,3 +51,3 @@ "jsonwebtoken": "^8.5.1",

},
"gitHead": "f9d4d21c67bc3af908dbf070190fe1a1230c8d1f"
"gitHead": "9bd73ee7d20c059856af8e8d347e3711ba1b0d72"
}

@@ -135,7 +135,7 @@ # postgraphile-core

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

@@ -142,0 +142,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