Socket
Socket
Sign inDemoInstall

apollo-cache-control

Package Overview
Dependencies
125
Maintainers
1
Versions
118
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.0-alpha.0 to 0.11.0-alpha.1

2

dist/index.d.ts

@@ -36,3 +36,3 @@ import { ResponsePath } from 'graphql';

declare type MapResponsePathHints = Map<ResponsePath, CacheHint>;
export declare const plugin: (options?: CacheControlExtensionOptions) => ApolloServerPlugin<Record<string, any>>;
export declare const plugin: (options?: CacheControlExtensionOptions) => ApolloServerPlugin;
declare function computeOverallCachePolicy(hints: MapResponsePathHints): Required<CacheHint> | undefined;

@@ -39,0 +39,0 @@ declare function addHint(hints: MapResponsePathHints, path: ResponsePath, hint: CacheHint): void;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.__testing__ = exports.plugin = exports.CacheScope = void 0;
const graphql_1 = require("graphql");

@@ -4,0 +5,0 @@ var CacheScope;

{
"name": "apollo-cache-control",
"version": "0.11.0-alpha.0",
"version": "0.11.0-alpha.1",
"description": "A GraphQL extension for cache control",

@@ -15,3 +15,3 @@ "main": "./dist/index.js",

"apollo-server-env": "^2.4.4-alpha.0",
"apollo-server-plugin-base": "^0.9.0-alpha.0"
"apollo-server-plugin-base": "^0.9.0-alpha.1"
},

@@ -21,3 +21,3 @@ "peerDependencies": {

},
"gitHead": "bfef89b8cc44d4bd94f9d5fcd3df8941de526360"
"gitHead": "6b8a4366363c27a8d828e733edef4d06ecc1cd55"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc