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

cachios

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cachios - npm Package Versions

albinodrought
published 4.0.0 •

albinodrought
published 3.1.3 •

albinodrought
published 3.1.2 •

albinodrought
published 3.1.1 •

albinodrought
published 3.1.0 •

Changelog

Source

3.1.0

Adds initial Typescript support.

albinodrought
published 3.0.0 •

Changelog

Source

3.0.0

Adds support for asynchronous cache repositories like keyv: https://github.com/AlbinoDrought/cachios/issues/61

  • If you use a synchronous cache store and have not modified getCachedValue or setCachedValue in your project, Cachios v3 will be backwards compatible for you.

  • If you modified Cachios to use an asynchronous cache store, or getCachedValue to return promises or undefined values, or setCachedValue to return promises, Cachios v3 may not be backwards compatible for you.

The full change can be viewed in 9ee35e125ee7c8dc08c80da0db9f972c222c0462 , human-readable changes summarized below:

albinodrought
published 2.2.5 •

Changelog

Source

2.2.5

Prevents issues with sharing cancelled promises: https://github.com/AlbinoDrought/cachios/issues/55

albinodrought
published 2.2.4 •

Changelog

Source

2.2.4

Support Axios ^0.21.0 and ^0.20.0 in addition to ^0.18.0 and ^0.19.0

albinodrought
published 2.2.3 •

Changelog

Source

2.2.3

Support node-cache ^5.0.0 in addition to ^4.1.1

albinodrought
published 2.2.2 •

Changelog

Source

2.2.2

Bump object-hash to ^2.0.0