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

@acuris/leprechaun-cache

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@acuris/leprechaun-cache - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

dist/storage/index.d.ts

1

dist/index.d.ts
export * from './leprechaun-cache';
export * from './storage';
export * from './types';

@@ -7,2 +7,3 @@ "use strict";

__export(require("./leprechaun-cache"));
__export(require("./storage"));
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@acuris/leprechaun-cache",
"version": "0.0.4",
"version": "0.0.5",
"private": false,

@@ -5,0 +5,0 @@ "description": "Caching library that supports double checked caching and stale returns to avoid stampede and slow responses",

@@ -11,3 +11,3 @@ # leprechaun-cache

Currently only supports redis (via node_redis) as a backend store, but it is easy to create your own store as long as it is able to support distributed locking
Currently only supports redis (via node_redis) as a backend store and a simple in-memory store for testing, but it is easy to create your own store as long as it is able to support distributed locking

@@ -14,0 +14,0 @@ Usage:

export * from './leprechaun-cache'
export * from './storage'
export * from './types'

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