Socket
Socket
Sign inDemoInstall

postgraphile-core

Package Overview
Dependencies
77
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.4.0 to 4.4.1-alpha.0

36

package.json
{
"name": "postgraphile-core",
"version": "4.4.0",
"version": "4.4.1-alpha.0",
"description": "",

@@ -23,21 +23,20 @@ "main": "node8plus/index.js",

"dependencies": {
"@types/graphql": "^14.0.3",
"graphile-build": "4.4.0",
"graphile-build-pg": "4.4.0"
"@types/graphql": "^14.2.0",
"graphile-build": "4.4.1-alpha.0",
"graphile-build-pg": "4.4.1-alpha.0"
},
"devDependencies": {
"@types/node": "^10.7.1",
"@types/pg": "^7.4.10",
"babel-cli": "^6.24.1",
"debug": ">=2 <3",
"eslint_d": "^5.3.1",
"jest": "^23.5.0",
"@types/node": "^12.0.0",
"@types/pg": "^7.4.14",
"debug": "^4.1.1",
"eslint_d": "^7.3.0",
"jest": "^24.8.0",
"jest-silent-reporter": "^0.1.2",
"jsonwebtoken": "^8.1.1",
"jsonwebtoken": "^8.5.1",
"pg-connection-string": "^0.1.3",
"prettier": "^1.4.4",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.14.0",
"typescript": "^3.0.1"
"prettier": "^1.17.0",
"ts-node": "^8.1.0",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.5"
},

@@ -49,2 +48,5 @@ "peerDependencies": {

"jest": {
"transform": {
"^.+\\.jsx?$": "../../.jest-wrapper.js"
},
"testRegex": "__tests__/.*\\.test\\.js$"

@@ -59,3 +61,3 @@ },

},
"gitHead": "4fe64e2ad423486bd5563e9f1708d34c122cd102"
"gitHead": "400dc75714a17ae0c54bde75ea2a9d28228429db"
}

Sorry, the diff of this file is not supported yet

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