Socket
Socket
Sign inDemoInstall

apollo-cache-inmemory

Package Overview
Dependencies
Maintainers
1
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-cache-inmemory - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # Change log

### 1.1.5
- Update to latest apollo-cache base [#2818](https://github.com/apollographql/apollo-client/pull/2818)
### 1.1.4

@@ -7,0 +10,0 @@ - Change access modifier for data from "private" to "protected", to allow InMemoryCache subclasses to access it.

2

lib/bundle.umd.js

@@ -42,3 +42,3 @@ (function (global, factory) {

"To make this error go away, use the IntrospectionFragmentMatcher as described in the docs: " +
"http://dev.apollodata.com/react/initialization.html#fragment-matcher", 'error');
"https://www.apollographql.com/docs/react/recipes/fragment-matching.html", 'error');
context.returnPartialData = true;

@@ -45,0 +45,0 @@ return true;

@@ -35,3 +35,3 @@ import { isTest, warnOnceInDevelopment } from 'apollo-utilities';

"To make this error go away, use the IntrospectionFragmentMatcher as described in the docs: " +
"http://dev.apollodata.com/react/initialization.html#fragment-matcher", 'error');
"https://www.apollographql.com/docs/react/recipes/fragment-matching.html", 'error');
context.returnPartialData = true;

@@ -38,0 +38,0 @@ return true;

@@ -5,3 +5,2 @@ import { DocumentNode } from 'graphql';

import { IdValue, StoreValue } from 'apollo-utilities';
import { NormalizedCacheObject, NormalizedCache } from './types';
export declare type IdGetter = (value: Object) => string | null | undefined;

@@ -8,0 +7,0 @@ export interface NormalizedCache {

{
"name": "apollo-cache-inmemory",
"version": "1.1.4",
"version": "1.1.5",
"description": "Core abstract of Caching layer for Apollo Client",

@@ -42,20 +42,20 @@ "author": "James Baxley <james@meteor.com>",

"dependencies": {
"apollo-cache": "^1.0.2",
"apollo-utilities": "^1.0.3",
"graphql-anywhere": "^4.0.1"
"apollo-cache": "^1.1.0",
"apollo-utilities": "^1.0.4",
"graphql-anywhere": "^4.1.1"
},
"peerDependencies": {
"graphql": "0.11.7"
"graphql": "0.11.7 || ^0.12.0"
},
"devDependencies": {
"@types/graphql": "0.11.7",
"@types/jest": "21.1.8",
"@types/lodash": "4.14.88",
"browserify": "14.5.0",
"graphql": "0.11.7",
"graphql-tag": "2.6.0",
"@types/jest": "21.1.10",
"@types/lodash": "4.14.92",
"browserify": "15.0.0",
"graphql": "0.12.3",
"graphql-tag": "2.6.1",
"jest": "20.0.4",
"lodash": "4.17.4",
"rimraf": "2.6.2",
"rollup": "0.52.1",
"rollup": "0.53.3",
"ts-jest": "20.0.14",

@@ -62,0 +62,0 @@ "tslint": "5.8.0",

@@ -79,3 +79,3 @@ import { isTest, warnOnceInDevelopment, IdValue } from 'apollo-utilities';

`To make this error go away, use the IntrospectionFragmentMatcher as described in the docs: ` +
`http://dev.apollodata.com/react/initialization.html#fragment-matcher`,
`https://www.apollographql.com/docs/react/recipes/fragment-matching.html`,
'error',

@@ -82,0 +82,0 @@ );

@@ -5,3 +5,2 @@ import { DocumentNode } from 'graphql';

import { IdValue, StoreValue } from 'apollo-utilities';
import { NormalizedCacheObject, NormalizedCache } from './types';

@@ -8,0 +7,0 @@ export type IdGetter = (value: Object) => string | null | undefined;

Sorry, the diff of this file is not supported yet

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