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

react-apollo

Package Overview
Dependencies
Maintainers
8
Versions
220
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-apollo - npm Package Compare versions

Comparing version 3.0.0-beta.4 to 3.0.0-beta.5

4

lib/index.d.ts
export { ApolloContextValue, getApolloContext, resetApolloContext, ApolloProvider, ApolloConsumer, OperationVariables, Context, ExecutionResult, BaseQueryOptions, QueryFunctionOptions, ObservableQueryFields, QueryResult, RefetchQueriesFunction, BaseMutationOptions, MutationFunctionOptions, MutationResult, MutationFetchResult, MutationFunction, OnSubscriptionDataOptions, BaseSubscriptionOptions, SubscriptionResult } from '@apollo/react-common';
export { Query, Mutation, Subscription, QueryComponentOptions, MutationComponentOptions, SubscriptionComponentOptions } from '@apollo/react-components';
export { graphql, withQuery, withMutation, withSubscription, withApollo, QueryControls, DataValue, DataProps, MutateProps, ChildProps, OptionProps, OperationOption } from '@apollo/react-hoc';
export { graphql, withQuery, withMutation, withSubscription, withApollo, QueryControls, DataValue, DataProps, MutateProps, ChildProps, OptionProps, OperationOption, WithApolloClient } from '@apollo/react-hoc';
export { useQuery, useMutation, useSubscription, useApolloClient, CommonOptions, QueryOptions, QueryHookOptions, QueryPreviousData, QueryCurrentObservable, MutationHookOptions, MutationOptions, MutationTuple, SubscriptionHookOptions, SubscriptionOptions, SubscriptionCurrentObservable } from '@apollo/react-hooks';
export { getMarkupFromTree, getDataFromTree, renderToStringWithData, } from '@apollo/react-ssr';
export { getMarkupFromTree, getDataFromTree, renderToStringWithData } from '@apollo/react-ssr';

@@ -5,3 +5,3 @@ export { getApolloContext, resetApolloContext, ApolloProvider, ApolloConsumer } from '@apollo/react-common';

export { useQuery, useMutation, useSubscription, useApolloClient } from '@apollo/react-hooks';
export { getMarkupFromTree, getDataFromTree, renderToStringWithData, } from '@apollo/react-ssr';
export { getMarkupFromTree, getDataFromTree, renderToStringWithData } from '@apollo/react-ssr';
//# sourceMappingURL=index.js.map
{
"name": "react-apollo",
"description": "React Apollo Hooks, Components, and HOC.",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"author": "opensource@apollographql.com",

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

"dependencies": {
"@apollo/react-common": "^0.1.0-beta.9",
"@apollo/react-components": "^0.1.0-beta.8",
"@apollo/react-hoc": "^0.1.0-beta.8",
"@apollo/react-hooks": "^0.1.0-beta.11",
"@apollo/react-ssr": "^0.1.0-beta.1"
"@apollo/react-common": "^0.1.0-beta.10",
"@apollo/react-components": "^0.1.0-beta.9",
"@apollo/react-hoc": "^0.1.0-beta.9",
"@apollo/react-hooks": "^0.1.0-beta.12",
"@apollo/react-ssr": "^0.1.0-beta.2"
},

@@ -56,6 +56,6 @@ "files": [

"devDependencies": {
"rollup": "1.16.7",
"rollup": "1.18.0",
"typescript": "3.5.3"
},
"gitHead": "bd87da901113c81e3e7e2a7edaeac791895abb96"
"gitHead": "38567ea3c2ecb49f4c6937a1a1fb3caf32f3a5a0"
}

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