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

graphql-anywhere

Package Overview
Dependencies
Maintainers
7
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-anywhere - npm Package Compare versions

Comparing version 4.2.0-alpha.2 to 4.2.0-alpha.3

6

lib/async.js
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('apollo-utilities')) :
typeof define === 'function' && define.amd ? define(['exports', 'apollo-utilities'], factory) :
(factory((global.graphqlAnywhereAsync = {}),global.apollo.utilities));
}(this, (function (exports,apolloUtilities) { 'use strict';
(global = global || self, factory(global.graphqlAnywhereAsync = {}, global.apollo.utilities));
}(this, function (exports, apolloUtilities) { 'use strict';

@@ -184,3 +184,3 @@ var hasOwn = Object.prototype.hasOwnProperty;

})));
}));
//# sourceMappingURL=async.js.map
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('apollo-utilities')) :
typeof define === 'function' && define.amd ? define(['exports', 'apollo-utilities'], factory) :
(factory((global.graphqlAnywhere = {}),global.apollo.utilities));
}(this, (function (exports,apolloUtilities) { 'use strict';
(global = global || self, factory(global.graphqlAnywhere = {}, global.apollo.utilities));
}(this, function (exports, apolloUtilities) { 'use strict';

@@ -189,3 +189,3 @@ function graphql(resolver, document, rootValue, contextValue, variableValues, execOptions) {

})));
}));
//# sourceMappingURL=bundle.umd.js.map
{
"name": "graphql-anywhere",
"version": "4.2.0-alpha.2",
"version": "4.2.0-alpha.3",
"description": "Run GraphQL queries with no schema and just one resolver",

@@ -43,3 +43,3 @@ "main": "./lib/bundle.umd.js",

"dependencies": {
"apollo-utilities": "^1.1.0-alpha.2"
"apollo-utilities": "^1.1.0-alpha.3"
},

@@ -59,3 +59,3 @@ "jest": {

},
"gitHead": "a3e32b0ec42d221d443b402d108b428c53975d05"
"gitHead": "44927d0674e8b06486aa76f325e9e5e6cd2c4887"
}

@@ -0,0 +0,0 @@ import gql from 'graphql-tag';

@@ -0,0 +0,0 @@ import graphql from '../';

@@ -1,4 +0,5 @@

import graphql, { FragmentMatcher } from '../';
import gql from 'graphql-tag';
import graphql, { FragmentMatcher } from '../';
describe('fragment matcher', () => {

@@ -5,0 +6,0 @@ it('does basic things', () => {

@@ -0,0 +0,0 @@ import gql, { disableFragmentWarnings } from 'graphql-tag';

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