🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

node-cache-helper

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-cache-helper - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+1
-1
index.d.ts

@@ -8,3 +8,3 @@ import * as NodeCache from "node-cache";

constructor(config: Options);
constructor(config?: Options);
register(prefix: string, reloadFn: Function);

@@ -11,0 +11,0 @@ resetKey(key: string): Promise<any>;

{
"name": "node-cache-helper",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/cache.js",