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

bobril

Package Overview
Dependencies
Maintainers
1
Versions
316
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobril - npm Package Versions

1
32

4.20.3

Diff

bobris
published 4.20.2 •

bobris
published 4.20.1 •

bobris
published 4.20.0 •

bobris
published 4.19.0 •

bobris
published 4.18.0 •

Changelog

Source

14.18.0

Improved anchor and added Anchor TSX component. (Contrib by https://github.com/keeema)

bobris
published 4.17.0 •

Changelog

Source

14.17.0

Make it typecheck with noUncheckedIndexedAccess.

bobris
published 4.16.2 •

bobris
published 4.16.1 •

Changelog

Source

14.16.1

Fixed crash on uncontrolled multi-select.

bobris
published 4.16.0 •

Changelog

Source

14.16.0

Changed useEffect body to be executed inside update frame. Before this change it was run asynchronously after frame using b.asap. This converts useEffect into another lifecycle method after postUpdateDom. Difference is that postUpdateDom (useLayoutEffect) can trigger another synchronous Render, but useEffect is executed always only once as last. Calling deferSyncUpdate from useEffect body does not have any effect.

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