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

apollo-link-schema

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-link-schema - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

5

CHANGELOG.md
# Change log
### vNEXT
### 1.0.3
- ApolloLink upgrade
### 1.0.2
- handle synchronous result of `execute` **Fixes #351**

@@ -5,0 +10,0 @@

2

lib/bundle.umd.js

@@ -48,3 +48,3 @@ (function (global, factory) {

exports.SchemaLink = SchemaLink;
exports['default'] = SchemaLink;
exports.default = SchemaLink;

@@ -51,0 +51,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

{
"name": "apollo-link-schema",
"version": "1.0.2",
"version": "1.0.3",
"description": "Use a GraphQL Schema to request data",

@@ -44,21 +44,21 @@ "author": "Tomas Trescak <tomi.trescak@gmail.com>",

"dependencies": {
"apollo-link": "^1.0.7"
"apollo-link": "^1.1.0"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0"
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0"
},
"devDependencies": {
"@types/graphql": "0.11.7",
"@types/graphql": "0.12.3",
"@types/jest": "21.1.10",
"browserify": "14.5.0",
"graphql": "0.12.3",
"graphql-tag": "2.6.1",
"graphql-tools": "2.16.0",
"graphql": "0.13.0",
"graphql-tag": "2.7.3",
"graphql-tools": "2.20.1",
"jest": "21.2.1",
"rimraf": "2.6.1",
"rollup": "0.53.3",
"rollup": "0.55.3",
"ts-jest": "21.2.4",
"tslint": "5.8.0",
"typescript": "2.6.2",
"uglify-js": "3.3.4"
"tslint": "5.9.1",
"typescript": "2.7.1",
"uglify-js": "3.3.9"
},

@@ -65,0 +65,0 @@ "jest": {

@@ -63,1 +63,8 @@ ---

### Options
The `SchemaLink` constructor an be called with an object that has the following properties:
* `schema`: an executable graphql schema
* `rootValue`: the root value that is used (e.g. the user)
* `context`: the context that is used (e.g. an object that stores all the data-fetching connectors)
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