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 0.2.0-rc.0 to 0.2.0-rc.1

3

CHANGELOG.md

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

### 0.2.0-rc.1
- move to named export to be consistent with rest of apollo ecosystem
### 0.2.0-beta.6

@@ -7,0 +10,0 @@ - rename customResolvers to cacheResolvers with backwards compat

4

lib/index.d.ts

@@ -1,2 +0,2 @@

import { InMemoryCache, defaultDataIdFromObject } from './inMemoryCache';
export { InMemoryCache, defaultDataIdFromObject } from './inMemoryCache';
export * from './readFromStore';

@@ -6,3 +6,1 @@ export * from './writeToStore';

export * from './types';
export { defaultDataIdFromObject };
export default InMemoryCache;

@@ -7,2 +7,3 @@ "use strict";

var inMemoryCache_1 = require("./inMemoryCache");
exports.InMemoryCache = inMemoryCache_1.InMemoryCache;
exports.defaultDataIdFromObject = inMemoryCache_1.defaultDataIdFromObject;

@@ -12,3 +13,2 @@ __export(require("./readFromStore"));

__export(require("./fragmentMatcher"));
exports.default = inMemoryCache_1.InMemoryCache;
//# sourceMappingURL=index.js.map
{
"name": "apollo-cache-inmemory",
"version": "0.2.0-rc.0",
"version": "0.2.0-rc.1",
"description": "Core abstract of Caching layer for Apollo Client",

@@ -5,0 +5,0 @@ "author": "James Baxley <james@meteor.com>",

import { DataProxy } from 'apollo-cache';
import gql, { disableFragmentWarnings } from 'graphql-tag';
import InMemoryCache, { ApolloReducerConfig } from '..';
import { InMemoryCache, ApolloReducerConfig } from '..';

@@ -6,0 +6,0 @@ disableFragmentWarnings();

@@ -1,2 +0,2 @@

import { InMemoryCache, defaultDataIdFromObject } from './inMemoryCache';
export { InMemoryCache, defaultDataIdFromObject } from './inMemoryCache';
export * from './readFromStore';

@@ -6,3 +6,1 @@ export * from './writeToStore';

export * from './types';
export { defaultDataIdFromObject };
export default InMemoryCache;

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