Socket
Socket
Sign inDemoInstall

postgraphile-core

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgraphile-core - npm Package Compare versions

Comparing version 4.0.0-alpha to 4.0.0-alpha.1

16

package.json
{
"name": "postgraphile-core",
"version": "4.0.0-alpha",
"version": "4.0.0-alpha.1",
"description": "",
"main": "index.js",
"main": "node8plus/index.js",
"scripts": {
"test": "scripts/test",
"prepublish": "mkdir -p node8plus node7minus && babel -s true --out-dir node8plus src && BABEL_ENV=node7minus babel -s true --out-dir node7minus src && ../../node_modules/.bin/flow-copy-source src node8plus",
"prepublish": "mkdir -p node8plus && babel -s true --out-dir node8plus src && ../../node_modules/.bin/flow-copy-source src node8plus",
"watch": "mkdir -p node8plus && babel -s true --watch --out-dir node8plus src"

@@ -22,4 +22,4 @@ },

"babel-runtime": ">=6 <7",
"graphile-build": "4.0.0-alpha",
"graphile-build-pg": "4.0.0-alpha"
"graphile-build": "4.0.0-alpha.1",
"graphile-build-pg": "4.0.0-alpha.1"
},

@@ -37,5 +37,7 @@ "devDependencies": {

"node8plus",
"node7minus",
"index.js"
]
],
"engines": {
"node": ">=8.6"
}
}
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