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

mali-signali

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mali-signali - npm Package Versions

1.2.0

Diff

Changelog

Source

[1.2.0] - 2024-11-24

Added

  • EffectContext - An effect context object with a cancel() function that can be used to cancel the effect.
raleksandar
published 1.1.0 •

Changelog

Source

[1.1.0] - 2024-10-18

Added

  • untracked() - A function that reads the value of a signal without tracking it.
  • signal option to effect() and memo() - An instance of AbortSignal that can be used to unlink all dependencies when the signal is aborted.
  • structuralEqual() - a structural equality function which uses Object.is() semantics.
  • looseStructuralEqual() - a structural equality function which uses == semantics.

Changed

  • The SignalOptions.equals option now defaults to structuralEqual() instead of Object.is().
  • The tuple returned by signal() is now typed as readonly.
raleksandar
published 1.0.0 •

Changelog

Source

[1.0.0] - 2024-09-19

Added

  • Initial release
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