Socket
Socket
Sign inDemoInstall

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 0.5.3 to 0.6.0-alpha.0

4

package.json
{
"name": "apollo-server-caching",
"version": "0.5.3",
"version": "0.6.0-alpha.0",
"author": "Apollo <opensource@apollographql.com>",

@@ -23,3 +23,3 @@ "license": "MIT",

},
"gitHead": "c212627be591cd2c2469321b58b15f1b7909778d"
"gitHead": "1682a2566c135381b67310922ab7fba44c4f0644"
}

@@ -39,4 +39,4 @@ import { advanceTimeBy, mockDate, unmockDate } from '__mocks__/date';

afterAll(() => {
jest.useRealTimers();
unmockDate();
keyValueCache.close && keyValueCache.close();
});

@@ -74,2 +74,7 @@

describe('KeyValueCache Test Suite', () => {
afterAll(async () => {
if (keyValueCache.close) {
await keyValueCache.close();
}
});
testKeyValueCache_Basics(keyValueCache);

@@ -76,0 +81,0 @@ testKeyValueCache_Expiration(keyValueCache);

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