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

@valueflows/vf-graphql

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valueflows/vf-graphql - npm Package Compare versions

Comparing version 0.8.3 to 0.8.4

2

build/agreement.js

@@ -63,3 +63,3 @@

type AgreementResponse {
Agreement: Agreement
agreement: Agreement
}

@@ -66,0 +66,0 @@

@@ -0,1 +1,6 @@

## 0.8.4
- Fixed casing of `AgreementResponse.agreement` to remove uppercase `A`
- GraphQL peer dependency minimum compatible version downgraded to `14.5.8`. (Incompatibilities were between GraphQL & GraphiQL, not this lib.)
## 0.8.3

@@ -2,0 +7,0 @@

{
"name": "@valueflows/vf-graphql",
"version": "0.8.3",
"version": "0.8.4",
"description": "Reference GraphQL implementation of the ValueFlows spec",

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

"peerDependencies": {
"graphql": ">= 15.0.0"
"graphql": ">=14"
},

@@ -66,0 +66,0 @@ "devDependencies": {

@@ -52,3 +52,3 @@ # vf-graphql

- When passed an array, it builds a subset of the full spec which includes only the specified modules. For a complete list of modules, see `schemaModules` in `schema-manifest.js` or refer to the filenames in `lib/schemas`.
- An optional third argument allows for custom extensions to the core specification to be injected, where implementations include additional domain-specific logic that is not part of ValueFlows. Simply pass an array of GraphQL [SDL schema strings](https://graphql.org/learn/schema/) and these will be merged into the resultant schema.
- An optional second argument allows for custom extensions to the core specification to be injected, where implementations include additional domain-specific logic that is not part of ValueFlows. Simply pass an array of GraphQL [SDL schema strings](https://graphql.org/learn/schema/) and these will be merged into the resultant schema.

@@ -111,3 +111,4 @@ ### Accessing schemas

- Run `yarn` from the top level folder of this repository to install and wire up all dependencies.
1. Run `yarn` from the top level folder of this repository to install and wire up all dependencies.
2. Run `npm run build` to compile the schema files.

@@ -114,0 +115,0 @@ ### Available commands

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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