Socket
Socket
Sign inDemoInstall

apollo-link-redux

Package Overview
Dependencies
10
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

CHANGELOG.md

13

package.json
{
"name": "apollo-link-redux",
"version": "0.1.3",
"version": "0.1.4",
"description": "Dispatches apollo-client 1.0-ish actions.",

@@ -15,3 +15,8 @@ "keywords": [

},
"files": [
"src",
"lib"
],
"main": "./lib/index.js",
"module": "./src/index.js",
"author": {

@@ -28,7 +33,7 @@ "name": "Adam Yee",

"dependencies": {
"apollo-utilities": "^1.0.2"
"apollo-utilities": "^1.0.0"
},
"peerDependencies": {
"apollo-link": "^1.0.3",
"graphql": "^0.11.7"
"apollo-link": "^1.0.0",
"graphql": "^0.11.0"
},

@@ -35,0 +40,0 @@ "devDependencies": {

@@ -9,4 +9,9 @@ # apollo-link-redux

Apollo Client 1.0 as you [migrate to Apollo Client 2.0](https://www.apollographql.com/docs/react/2.0-migration.html).
(This is framework agnostic despite the link to React migration docs).
(This link is framework agnostic despite the reference to React migration docs).
[apollo-link-redux](https://www.npmjs.com/package/apollo-link-redux) is intended to compliment apps that also use redux.
It is not encouraging that redux also manage application state of GraphQL
query and mutation responses. That is a job done much better by an
Apollo Client [cache](https://www.apollographql.com/docs/react/basics/caching.html).
### Supported Actions

@@ -13,0 +18,0 @@ ```javascript

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc