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

apollo-cache

Package Overview
Dependencies
Maintainers
6
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-cache - npm Package Compare versions

Comparing version 1.3.0-beta.1 to 1.3.0-beta.5

6

package.json
{
"name": "apollo-cache",
"version": "1.3.0-beta.1",
"version": "1.3.0-beta.5",
"description": "Core abstract of Caching layer for Apollo Client",

@@ -39,6 +39,6 @@ "author": "James Baxley <james@meteor.com>",

"dependencies": {
"apollo-utilities": "^1.3.0-beta.1",
"apollo-utilities": "^1.3.0-beta.5",
"tslib": "^1.9.3"
},
"gitHead": "68169f31a4d4d41af9a90ae1fed4414255e829a3"
"gitHead": "290dcc3ffd8be2dd8509d8d662287e43a791a933"
}

@@ -29,3 +29,3 @@ import { DocumentNode } from 'graphql'; // eslint-disable-line import/no-extraneous-dependencies, import/no-unresolved

* `graphql-tag` with one or more fragments which will be used to determine
* the shape of data to read. If you provide more then one fragment in this
* the shape of data to read. If you provide more than one fragment in this
* document then you must also specify `fragmentName` to select a single.

@@ -96,4 +96,4 @@ */

/**
* Reads a GraphQL fragment from any arbitrary id. If there are more then
* one fragments in the provided document then a `fragmentName` must be
* Reads a GraphQL fragment from any arbitrary id. If there is more than
* one fragment in the provided document then a `fragmentName` must be
* provided to select the correct fragment.

@@ -114,4 +114,4 @@ */

/**
* Writes a GraphQL fragment to any arbitrary id. If there are more then
* one fragments in the provided document then a `fragmentName` must be
* Writes a GraphQL fragment to any arbitrary id. If there is more than
* one fragment in the provided document then a `fragmentName` must be
* provided to select the correct fragment.

@@ -118,0 +118,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