Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apollo-server-caching

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-server-caching - npm Package Compare versions

Comparing version 2.0.0-rc.0 to 2.0.0-rc.1

dist/__mocks__/date.d.ts.map

1

dist/__mocks__/date.d.ts
export declare function mockDate(): void;
export declare function unmockDate(): void;
export declare function advanceTimeBy(ms: number): void;
//# sourceMappingURL=date.d.ts.map

3

dist/index.d.ts
export { KeyValueCache } from './KeyValueCache';
export { testKeyValueCache } from './tests';
export { InMemoryLRUCache } from './InMemoryLRUCache';
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tests_1 = require("./tests");
exports.testKeyValueCache = tests_1.testKeyValueCache;
var InMemoryLRUCache_1 = require("./InMemoryLRUCache");
exports.InMemoryLRUCache = InMemoryLRUCache_1.InMemoryLRUCache;
//# sourceMappingURL=index.js.map

@@ -7,1 +7,2 @@ export interface KeyValueCache {

}
//# sourceMappingURL=KeyValueCache.d.ts.map
export declare function testKeyValueCache(keyValueCache: any): void;
//# sourceMappingURL=tests.d.ts.map
{
"name": "apollo-server-caching",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"author": "opensource@apollographql.com",

@@ -5,0 +5,0 @@ "license": "MIT",

export { KeyValueCache } from './KeyValueCache';
export { testKeyValueCache } from './tests';
export { InMemoryLRUCache } from './InMemoryLRUCache';

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