Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fauna-fields-list-compile

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fauna-fields-list-compile - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

49

package.json
{
"name": "fauna-fields-list-compile",
"version": "0.4.1",
"version": "0.5.0",
"description": "A POC for a GraphQL to FaunaDB FQL compiler and general utility to produce FaunaDB queries from a fields list.",

@@ -19,30 +19,33 @@ "repository": {

"example-standalone": "node ./examples/standalone/index.js",
"start": "tsdx watch",
"build": "tsdx build"
"build": "tsc",
"buildw": "tsc -w",
"clean": "rimraf dist/*",
"lint": "eslint .",
"postbuild": "prettier --write \"./build/**/*.{js,ts}\"",
"prebuild": "npm run clean"
},
"author": "Paul Paterson",
"license": "MIT",
"keywords": [
"faunadb",
"graphql"
],
"dependencies": {
"faunadb": "^2.9.3",
"graphql-fields": "^2.0.3"
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"faunadb": "^2.14.2",
"graphql": "^14.7.0",
"graphql-fields": "^2.0.3",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},
"devDependencies": {
"@types/graphql-fields": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"apollo-server": "^2.9.7",
"dotenv": "^8.2.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"graphql": "^14.5.8",
"nodemon": "^1.19.4",
"prettier": "^1.18.2",
"tsdx": "^0.11.0",
"typescript": "^3.7.2"
},
"keywords": [
"faunadb",
"graphql"
]
}
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"apollo-server": "^2.16.0",
"dotenv": "^8.2.0"
}
}
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