Socket
Socket
Sign inDemoInstall

@apollo/react-hooks

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/react-hooks - npm Package Compare versions

Comparing version 4.0.0-beta.0 to 4.0.0-beta.1

index.esm.js

20

index.js

@@ -1,19 +0,1 @@

const common = require('@apollo/react-common');
exports.ApolloProvider = common.ApolloProvider;
exports.ApolloConsumer = common.ApolloConsumer;
exports.getApolloContext = common.getApolloContext;
exports.resetApolloContext = common.resetApolloContext;
exports.useQuery = common.useQuery;
exports.useLazyQuery = common.useLazyQuery;
exports.useMutation = common.useMutation;
exports.useSubscription = common.useSubscription;
exports.useApolloClient = common.useApolloClient;
exports.RenderPromises = common.RenderPromises;
exports.QueryHookOptions = common.QueryHookOptions;
exports.QueryResult = common.QueryResult;
exports.LazyQueryHookOptions = common.LazyQueryHookOptions;
exports.QueryTuple = common.QueryTuple;
exports.MutationHookOptions = common.MutationHookOptions;
exports.MutationTuple = common.MutationTuple;
exports.SubscriptionHookOptions = common.SubscriptionHookOptions;
module.exports = require('@apollo/react-common');
{
"name": "@apollo/react-hooks",
"description": "React Apollo Hooks.",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"author": "opensource@apollographql.com",

@@ -14,2 +14,3 @@ "keywords": [

"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",

@@ -25,3 +26,3 @@ "repository": {

"dependencies": {
"@apollo/react-common": "^4.0.0-beta.0"
"@apollo/react-common": "^4.0.0-beta.1"
},

@@ -31,3 +32,3 @@ "publishConfig": {

},
"gitHead": "e7c599ebad00ddf93200e661d4a4c7ecec5148d5"
"gitHead": "b6fe58531562801507b4dc1139744f07ed45ac17"
}
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