New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ngxs/logger-plugin

Package Overview
Dependencies
Maintainers
2
Versions
1340
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngxs/logger-plugin - npm Package Versions

1
46
134

18.1.5-dev.master-4720c7c

Diff
markwhitfeld
published 18.1.5-dev.master-4720c7c •
markwhitfeld
published 18.1.5 •

Changelog

Source

18.1.5 2024-11-12

  • Fix(store): Prevent writing to state once action handler is unsubscribed #2231
  • Performance(store): Replace instanceof Function with typeof #2247
  • Refactor(store): Use Object.is as default equality check #2245
  • Refactor(store): Tree-shake internal state tokens #2246
  • Refactor(router-plugin): Mark selectors as pure #2248 (Note: reverted in 18.1.6)
  • Refactor(storage-plugin): Mark engine tokens as pure #2249
markwhitfeld
published 18.1.5-dev.master-aa4dd85 •
markwhitfeld
published 18.1.4-dev.master-2699787 •
markwhitfeld
published 18.1.4-dev.master-d4388f5 •
markwhitfeld
published 18.1.4-dev.master-699f0a0 •
markwhitfeld
published 18.1.4-dev.master-583f543 •
markwhitfeld
published 18.1.4-dev.master-82e1215 •
markwhitfeld
published 18.1.4-dev.master-f22f4cb •
markwhitfeld
published 18.1.4 •

Changelog

Source

18.1.4 2024-10-23

  • Fix(store): Disallow nullable actions in dispatch() #2221
  • Fix(logger-plugin): Run filter function in injection context #2236