Socket
Socket
Sign inDemoInstall

apollo-cache-inmemory

Package Overview
Dependencies
Maintainers
4
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.4.0-alpha.7 to 1.4.0-alpha.8

1

lib/optimism.d.ts

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

/// <reference path="../src/declarations.d.ts" />
export declare type OptimisticWrapperFunction<T = (...args: any[]) => any> = T & {

@@ -2,0 +3,0 @@ dirty: T;

8

package.json
{
"name": "apollo-cache-inmemory",
"version": "1.4.0-alpha.7",
"version": "1.4.0-alpha.8",
"description": "Core abstract of Caching layer for Apollo Client",

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

"dependencies": {
"apollo-cache": "^1.2.0-alpha.7",
"apollo-utilities": "^1.1.0-alpha.7",
"apollo-cache": "^1.2.0-alpha.8",
"apollo-utilities": "^1.1.0-alpha.9",
"optimism": "^0.6.8"

@@ -66,3 +66,3 @@ },

},
"gitHead": "2d3e19a31d3fb2054980211e5a6d357f7726bcbe"
"gitHead": "3280afccf6c057a9aa716cc834a2714a03b98da9"
}

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