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

@awey/dache

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awey/dache - npm Package Compare versions

Comparing version 1.0.2 to 1.0.4

2

lib/dache.d.ts

@@ -5,3 +5,3 @@ export declare type TCacheType = 'memory' | 'session' | 'local';

constructor(type: TCacheType, name: string);
get(key: string): any;
get<T = any>(key: string): T | null;
set(key: string, value: any): void;

@@ -8,0 +8,0 @@ remove(key: string): void;

{
"name": "@awey/dache",
"description": "Use memory,session storagy or local storage to cache things",
"version": "1.0.2",
"version": "1.0.4",
"author": {

@@ -6,0 +6,0 @@ "name": "Awey",

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