Socket
Socket
Sign inDemoInstall

simple-graphql

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-graphql - npm Package Compare versions

Comparing version 0.3.9 to 0.3.10

2

lib/index.js

@@ -261,3 +261,3 @@ 'use strict';

description: 'Default Viewer implement to include all queries.',
type: context.graphQLObjectTypes['Viewer'],
type: new graphql.GraphQLNonNull(context.graphQLObjectTypes['Viewer']),
resolve: function resolve() {

@@ -264,0 +264,0 @@ return {

{
"name": "simple-graphql",
"version": "0.3.9",
"version": "0.3.10",
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.",

@@ -53,3 +53,3 @@ "main": "lib/index.js",

"graphql": "^0.9.1",
"graphql-relay": "^0.5.1",
"graphql-relay": "0.5.1",
"jest": "^19.0.2",

@@ -56,0 +56,0 @@ "pre-commit": "^1.2.2",

{
"name": "simple-graphql",
"version": "0.3.9",
"version": "0.3.10",
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.",

@@ -53,3 +53,3 @@ "main": "lib/index.js",

"graphql": "^0.9.1",
"graphql-relay": "^0.5.1",
"graphql-relay": "0.5.1",
"jest": "^19.0.2",

@@ -56,0 +56,0 @@ "pre-commit": "^1.2.2",

@@ -34,3 +34,3 @@ # Simple-GraphQL

## Roadmap
- [ ] Detail usage document
- [ ] Query cache with [dataloader](https://github.com/facebook/dataloader)
- [ ] Test

@@ -37,0 +37,0 @@ - [ ] [ < place for your ideas > ](https://github.com/logerzhu/simple-graphql/issues/new)

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc