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

tiny-lru

Package Overview
Dependencies
Maintainers
1
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-lru - npm Package Versions

1
11

4.0.2

Diff

Changelog

Source

4.0.2

5 December 2018

  • Fixing pointer drift via set() & keeping it DRY 8f18b83
avoidwork
published 4.0.1 •

Changelog

Source

4.0.1

5 December 2018

  • Fixing mis-assignment of this.last from remove() 6d72db2
avoidwork
published 4.0.0 •

Changelog

Source

4.0.0

5 December 2018

  • Undoing API change as it's breaking things 1a0c3b2
avoidwork
published 3.0.7 •

Changelog

Source

3.0.7

5 December 2018

  • Undoing API change as it's breaking things 5378fdb
avoidwork
published 3.0.6 •

Changelog

Source

3.0.6

5 December 2018

  • Moving reset() into lexical scope & calling from constructor() & clear(), fixing / simplifying remove(), fixes #7 #7
  • Version bump d646940
  • Updating test to validate there is only 1 null next & previous within cache items cd1d926
avoidwork
published 3.0.5 •

Changelog

Source

3.0.5

30 November 2018

  • Fixing a long standing reference error of a pointer being circular ref (key === previous && key === next) 4f2fae5
avoidwork
published 3.0.4 •

Changelog

Source

3.0.4

27 November 2018

  • Fixing factory signature drift 40ea57b
avoidwork
published 3.0.3 •

Changelog

Source

3.0.3

26 November 2018

  • Refactoring remove() to have a third parameter which is called from evict() to minimize lookup 5862111
avoidwork
published 3.0.2 •

Changelog

Source

3.0.2

26 November 2018

  • Reverting change get() such that it calls set(), refactoring set() to add a forth bypass parameter to avoid a call to has() (original goal i think, been too many now), fixes #15 - revisit later to minimize ops properly #15
avoidwork
published 3.0.1 •

Changelog

Source

3.0.1

24 November 2018

  • Fixing a flawed conditional which a modified test helped hide e67d2df
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