New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@flex-cache/types

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flex-cache/types - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+0
-0
dist/index.d.ts
export * from './src/CacheController';

@@ -0,0 +0,0 @@ "use strict";

+1
-1
export interface ICacheController {
get<T>(name: string): Promise<T>;
get<T>(name: string): Promise<T | null>;
set<T>(name: string, data: T, ttl: number): Promise<void>;
delete<T>(name: string): Promise<void>;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ MIT License

{
"name": "@flex-cache/types",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {},

@@ -5,0 +5,0 @@ "description": "Base cache logic, which operates with Cache Storages.",

@@ -0,0 +0,0 @@ # cache