Socket
Socket
Sign inDemoInstall

graphile-build

Package Overview
Dependencies
9
Maintainers
1
Versions
164
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-alpha.17 to 0.1.0-alpha.18

6

package.json
{
"name": "graphile-build",
"version": "0.1.0-alpha.17",
"version": "0.1.0-alpha.18",
"description": "Build a GraphQL schema from plugins",

@@ -8,3 +8,3 @@ "main": "index.js",

"test": "jest",
"prepublish": "mkdir -p node8plus node7minus && babel -s true --out-dir node8plus src && BABEL_ENV=node7minus babel -s true --out-dir node7minus src && flow-copy-source src node8plus",
"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",
"watch": "mkdir -p node8plus && babel -s true --watch --out-dir node8plus src"

@@ -33,3 +33,3 @@ },

"debug": ">=2 <3",
"graphql-parse-resolve-info": "^0.1.0-alpha.17",
"graphql-parse-resolve-info": "^0.1.0-alpha.18",
"graphql-type-json": "^0.1.4"

@@ -36,0 +36,0 @@ },

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc