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.1.0 to 3.1.1

2

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, WithApolloClient } from '@apollo/react-hoc';
export { graphql, withQuery, withMutation, withSubscription, withApollo, QueryControls, DataValue, DataProps, MutateProps, ChildProps, ChildDataProps, ChildMutateProps, OptionProps, OperationOption, WithApolloClient } from '@apollo/react-hoc';
export { useQuery, useLazyQuery, 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';
{
"name": "react-apollo",
"description": "React Apollo Hooks, Components, and HOC.",
"version": "3.1.0",
"version": "3.1.1",
"author": "opensource@apollographql.com",

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

"dependencies": {
"@apollo/react-common": "^3.1.0",
"@apollo/react-components": "^3.1.0",
"@apollo/react-hoc": "^3.1.0",
"@apollo/react-hooks": "^3.1.0",
"@apollo/react-ssr": "^3.1.0"
"@apollo/react-common": "^3.1.1",
"@apollo/react-components": "^3.1.1",
"@apollo/react-hoc": "^3.1.1",
"@apollo/react-hooks": "^3.1.1",
"@apollo/react-ssr": "^3.1.1"
},

@@ -60,3 +60,3 @@ "files": [

},
"gitHead": "3bc12b7f5b2064acc7ec0e15ec59cd2acfa61d49"
"gitHead": "1ad1e76c298b8c8ff9a49c03a8dec4b1da812625"
}

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