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

proxy-memoize

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-memoize - npm Package Versions

23

3.0.1

Diff

Changelog

Source

[3.0.1] - 2024-07-12

Changed

  • fix: Static props prevents selectors recall #101
  • fix: Static props prevents selectors recall [2] #102
daishi
published 3.0.0 •

Changelog

Source

[3.0.0] - 2024-05-02

Changed

  • Module-first steup #99
daishi
published 2.0.6 •

Changelog

Source

[2.0.6] - 2024-05-02

Changed

  • fix: unused selectors #97
  • refactor: seen WeakSet #98
daishi
published 2.0.5 •

Changelog

Source

[2.0.5] - 2024-01-15

Changed

  • fix: no extra calculation with nested memoized selectors #92
daishi
published 2.0.4 •

Changelog

Source

[2.0.4] - 2023-05-06

Changed

  • fix: use target cache for better performance #72
daishi
published 2.0.3 •

Changelog

Source

[2.0.3] - 2023-04-04

Changed

  • build: disable minification #66
daishi
published 2.0.2 •

Changelog

Source

[2.0.2] - 2023-01-31

Changed

  • fix: nested memoized function usage #64
daishi
published 2.0.1 •

Changelog

Source

[2.0.1] - 2023-01-13

Changed

  • fix: abandon cacheKey and avoid re-running touchAffected on cache #60
daishi
published 2.0.0 •

Changelog

Source

[2.0.0] - 2023-01-05

Changed

  • feat: noWeakMap option #53
  • breaking: use named exports #56
  • feat(deps): update proxy-compare #57
  • feat: memoizeWithArgs util #58

Migration

// old
import memoize, { getUntrackedObject } from 'proxy-memoize';
// new
import { memoize, getUntracked } from 'proxy-memoize';
daishi
published 1.2.0 •

Changelog

Source

[1.2.0] - 2022-08-14

Changed

  • update proxy-compare and re-export replaceNewProxy #48
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