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.0 to 0.4.1

8

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

@@ -42,3 +42,7 @@ "repository": {

"typescript": "^3.7.2"
}
},
"keywords": [
"faunadb",
"graphql"
]
}

@@ -1,2 +0,2 @@

# Fauna Fields List Compiler
# Fauna Fields List Compile

@@ -43,3 +43,3 @@ ![npm](https://img.shields.io/npm/v/fauna-fields-list-compile.svg)

SelectionBuilder
} = require('fauna-fields-list-compiler');
} = require('fauna-fields-list-compile');
const client = new Client({ secret: process.env.FAUNADB_SECRET });

@@ -105,3 +105,3 @@

const { Client } = require('faunadb');
const { FaunaGraphQLClient } = require('fauna-fields-list-compiler');
const { FaunaGraphQLClient } = require('fauna-fields-list-compile');
const client = new Client({ secret: process.env.FAUNADB_SECRET });

@@ -151,3 +151,3 @@

```js
const { SchemaBuilder } = require('fauna-fields-list-compiler');
const { SchemaBuilder } = require('fauna-fields-list-compile');
const {

@@ -154,0 +154,0 @@ collectionType,

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