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

apollo-offline-hooks

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-offline-hooks - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",

@@ -4,0 +4,0 @@ "name": "apollo-offline-hooks",

@@ -231,3 +231,3 @@ # Apollo Offline Hooks

[Other options](https://www.apollographql.com/docs/react/api/react-hooks/#options-2)
[Other `useMutation` hook options](https://www.apollographql.com/docs/react/api/react-hooks/#options-2)

@@ -271,3 +271,3 @@ Offline options can be passed to the `useMutation` hook or to the mutation function directly.

[Other options](https://www.apollographql.com/docs/react/api/react-hooks/#options-3)
[Other `useSubscription` hook options](https://www.apollographql.com/docs/react/api/react-hooks/#options-3)

@@ -303,3 +303,3 @@ ## Customize default configurations

## `updateApolloCache` directly
## Update Apollo cache directly

@@ -317,2 +317,3 @@ This package also exposes `updateApolloCache` function directly, that can be used to build custom implementations

task: 'New todo',
done: false,
createdAt: new Date().toISOString()

@@ -319,0 +320,0 @@ };

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