Socket
Socket
Sign inDemoInstall

rememo

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

4.0.2

Diff

Changelog

Source

v4.0.2 (2022-10-04)

  • TypeScript: Fix issue preventing TypeScript types from being resolved
aduth
published 4.0.1 •

Changelog

Source

v4.0.1 (2022-06-15)

  • Bug Fix: Fix error when importing in CommonJS projects.
aduth
published 4.0.0 •

Changelog

Source

v4.0.0 (2021-07-11)

  • Breaking: Drop support for environments which don't have WeakMap. This should only affect Internet Explorer 10 and older.
  • New: TypeScript type definitions are now included.
  • Miscellaneous: The package is now implemented as a native ES module.
aduth
published 3.0.0 •

Changelog

Source

v3.0.0 (2018-02-17)

  • Breaking: getDependants (the second argument) must return an array. Per the below added feature, this has been done in an effort to to reduce developer burden in normalizing dependants reuse as arrays.
  • New: The created selector exposes getDependants function as a property. Refer to README.md for usage.
aduth
published 2.4.1 •

Changelog

Source

v2.4.1 (2018-02-17)

  • Improved: Minor size and performance optimization on cache arguments handling.
aduth
published 2.4.0 •

Changelog

Source

v2.4.0 (2018-02-11)

  • Improved: Now uses WeakMap when available and when possible to cache per set of dependants. This also results in improved cache hit rates for dependants derived from getter arguments.
  • Removed: options.maxSize is no longer supported. The options argument, if passed, is now simply ignored.
aduth
published 2.3.4 •

Changelog

Source

v2.3.4 (2018-01-25)

  • Fix: Correctly skips incorrect cached value return on mismatched argument length
aduth
published 2.3.3 •

Changelog

Source

v2.3.3 (2017-09-06)

  • Fix: Resolve infinite loop which can occur due to lingering references in recalling from previous cache
aduth
published 2.3.2 •

Changelog

Source

v2.3.2 (2017-08-30)

  • Fix: Resolve error which can occur in certain conditions with maxSize
aduth
published 2.3.1 •

Changelog

Source

v2.3.1 (2017-08-24)

  • Fix: Resolve infinite loop which can occur due to lingering references in recalling from previous cache
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc