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

cached

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cached - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### 4.2.3
* docs: Update memory backend docs - **[@fdegiuli](https://github.com/fdegiuli)** [#29](https://github.com/groupon/node-cached/pull/29)
- [`3cebdb3`](https://github.com/groupon/node-cached/commit/3cebdb3cdb0dc997803d81d6c8c615e308261b0b) **docs:** Update memory backend docs
- [`dabce45`](https://github.com/groupon/node-cached/commit/dabce45603667e7112a87bf5592eaab73aac3b0e) **docs:** Fix formatting
### 4.2.2

@@ -2,0 +9,0 @@

2

package.json
{
"name": "cached",
"version": "4.2.2",
"version": "4.2.3",
"description": "Simple access to a cache",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

@@ -94,2 +94,3 @@ # cached

Stores all the data in an in-memory object.
*__Caveat:__ `get()` will return a reference to the stored value. Mutating the returned value will affect the value in the cache.*

@@ -96,0 +97,0 @@ #### Example

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