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.1.12 to 1.1.13-alpha.1

2

lib/cache.d.ts

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

writeFragment<TData = any, TVariables = any>(options: Cache.WriteFragmentOptions<TData, TVariables>): void;
writeData<TData = any>({id, data}: Cache.WriteDataOptions<TData>): void;
writeData<TData = any>({ id, data, }: Cache.WriteDataOptions<TData>): void;
}
{
"name": "apollo-cache",
"version": "1.1.12",
"version": "1.1.13-alpha.1",
"description": "Core abstract of Caching layer for Apollo Client",

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

"dependencies": {
"apollo-utilities": "^1.0.16"
"apollo-utilities": "^1.0.17-alpha.1"
},

@@ -53,7 +53,7 @@ "devDependencies": {

"rimraf": "2.6.2",
"rollup": "0.59.4",
"rollup": "0.62.0",
"rollup-plugin-node-resolve": "3.3.0",
"ts-jest": "20.0.14",
"tslint": "5.10.0",
"typescript": "2.8.3",
"tslint": "5.11.0",
"typescript": "2.9.2",
"uglifyjs": "2.4.11"

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