Socket
Socket
Sign inDemoInstall

@apollo/react-components

Package Overview
Dependencies
13
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-beta.2 to 0.1.0-beta.3

2

lib/index.d.ts

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

export { getApolloContext, resetApolloContext, ApolloProvider, ApolloConsumer } from '@apollo/react-common';
export { ApolloProvider, ApolloConsumer, getApolloContext, resetApolloContext } from '@apollo/react-common';
export { Query } from './Query';

@@ -3,0 +3,0 @@ export { Mutation } from './Mutation';

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

export { getApolloContext, resetApolloContext, ApolloProvider, ApolloConsumer } from '@apollo/react-common';
export { ApolloProvider, ApolloConsumer, getApolloContext, resetApolloContext } from '@apollo/react-common';
export { Query } from './Query';

@@ -3,0 +3,0 @@ export { Mutation } from './Mutation';

@@ -182,3 +182,4 @@ 'use strict';

if (this.context && this.context.renderPromises) {
return this.context.renderPromises.addQueryPromise(this, finish);
var result = this.context.renderPromises.addQueryPromise(this, finish);
return result || { loading: true, networkStatus: apolloClient.NetworkStatus.loading };
}

@@ -185,0 +186,0 @@ return finish();

@@ -176,3 +176,4 @@ import { parser, operationName, DocumentType, getApolloContext } from '@apollo/react-common';

if (this.context && this.context.renderPromises) {
return this.context.renderPromises.addQueryPromise(this, finish);
var result = this.context.renderPromises.addQueryPromise(this, finish);
return result || { loading: true, networkStatus: NetworkStatus.loading };
}

@@ -179,0 +180,0 @@ return finish();

@@ -176,3 +176,4 @@ (function (global, factory) {

if (this.context && this.context.renderPromises) {
return this.context.renderPromises.addQueryPromise(this, finish);
var result = this.context.renderPromises.addQueryPromise(this, finish);
return result || { loading: true, networkStatus: apolloClient.NetworkStatus.loading };
}

@@ -179,0 +180,0 @@ return finish();

{
"name": "@apollo/react-components",
"description": "React Apollo Query, Mutation and Subscription components.",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"author": "opensource@apollographql.com",

@@ -42,3 +42,3 @@ "keywords": [

"@apollo/react-common": "^0.1.0-beta.5",
"@apollo/react-hooks": "^0.1.0-beta.5",
"@apollo/react-hooks": "^0.1.0-beta.6",
"hoist-non-react-statics": "^3.3.0",

@@ -55,3 +55,3 @@ "prop-types": "^15.7.2",

},
"gitHead": "5c3632c2db18a93173c00933fd1ad6cc88da8ed2"
"gitHead": "15dea607a6caf71c0902c788fba43b323aabe12f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc