New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@luolapeikko/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

@luolapeikko/cache-types - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

dist/index.d.ts

@@ -168,3 +168,3 @@ /**

* Cache events map.
* @version 0.0.5
* @version 0.0.6
* @example

@@ -179,5 +179,5 @@ * class MyCache extends EventEmitter<CacheEventsMap<string>> {}

expires: [key: Key, payload: Payload];
clear: [];
clear: [Map<string, Payload>];
};
export type { CacheEventsMap, IAsyncCache, ICache };
{
"name": "@luolapeikko/cache-types",
"version": "0.0.5",
"version": "0.0.6",
"description": "Typescript cache interfaces",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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