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.2.0-alpha.9 to 1.2.0-beta.0

7

package.json
{
"name": "apollo-cache",
"version": "1.2.0-alpha.9",
"version": "1.2.0-beta.0",
"description": "Core abstract of Caching layer for Apollo Client",

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

"dependencies": {
"apollo-utilities": "^1.1.0-alpha.10"
"apollo-utilities": "^1.2.0-beta.0",
"tslib": "^1.9.3"
},

@@ -58,3 +59,3 @@ "jest": {

},
"gitHead": "51e7d9af321668f188d66bc27aa4122bea96d2be"
"gitHead": "b49a7e851b5637eb9bf3784781fd2c8881a2d2d8"
}

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

// Intializer / offline / ssr API
// intializer / offline / ssr API
/**

@@ -28,0 +28,0 @@ * Replaces existing state in the cache (if any) with the values expressed by

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

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

@@ -4,0 +3,0 @@ export namespace DataProxy {

Sorry, the diff of this file is not supported yet

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