Socket
Socket
Sign inDemoInstall

re-reselect

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

re-reselect - npm Package Versions

13

2.2.0

Diff

Changelog

Source

2.2.0

  • Fix cache object's isValidCacheKey method TS type definition

New Features

  • Upgrade to babel 7
  • Update dev dependencies

Breaking Changes (not considered worth a major release)

Babel 7 in loose mode doesn't add anymore classCallCheck utility to transpiled ES classes. Cache object classes instantiated by mistake without new operator will now fail silently.

toomuchdesign
published 2.1.0 •

Changelog

Source

2.1.0

New Features

  • Expose cache property
toomuchdesign
published 2.0.0 •

Changelog

Source

2.0.0

Breaking Changes

  • cacheKey values no more restricted by default to number or string
  • cacheKey validation delegated to cacheObject's isValidCacheKey method
  • selectorCreator argument removed in favour of options object
  • console.warn when resolverFunction returns invalid cacheKey
  • cacheObject export names renamed (old ones are deprecated):
    • FlatCacheObject -> FlatObjectCache
    • FifoCacheObject -> FifoObjectCache
    • LruCacheObject -> LruObjectCache

New Features

  • Added 3 new cacheObject implementations using ES Map objects accepting any value as cacheKey:
    • FlatMapCache
    • FifoMapCache
    • LruMapCache
  • Add a sideEffects: false flag for Webpack 4
toomuchdesign
published 1.0.1 •

Changelog

Source

1.0.1

  • Remove wrong line at the beginning of the docs
toomuchdesign
published 1.0.0 •

Changelog

Source

1.0.0

Breaking Changes

  • selectorCreator argument is deprecated in favour of an option object

New Features

  • Accept an option object to provide cacheObject and selectorCreator options
  • Extract caching logic into pluggable/customizable cache objects
  • Introduce Rollup.js as bundler
  • Make compilation cross-platform
toomuchdesign
published 0.6.3 •

Changelog

Source

0.6.3

  • Add TS type definition for optional selectorCreator
toomuchdesign
published 0.6.2 •

Changelog

Source

0.6.2

  • Fix wrong UMD reselect global import
toomuchdesign
published 0.6.1 •

Changelog

Source

0.6.1

  • Fix TypeScript OutputCachedSelector and OutputParametricCachedSelector type definitions
toomuchdesign
published 0.6.0 •

Changelog

Source

0.6.0

  • Add TypeScript type definitions
toomuchdesign
published 0.5.0 •

Changelog

Source

0.5.0

  • Expose resultFunc attribute
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