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

bobril

Package Overview
Dependencies
Maintainers
0
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

14.9.0

Diff

Changelog

Source

14.9.0

Allow override b.asset behavior by b.setAsset or from bobril build by setting defining global function bobrilBAsset.

bobris
published 14.8.0 •

Changelog

Source

14.8.0

Added useCallback and useReducer hooks.

bobris
published 14.7.0 •

Changelog

Source

14.7.0

Fixed JSX compatibility with TypeScript 3.9.2. Unfortunately never type cannot be used anymore for data type, use {} instead. Fixed missing handler in chain by providing build in basic implementation instead. Also it should correctly handle cases when some route handler does not want to show child.

bobris
published 14.6.1 •

Changelog

Source

14.6.1

Fixed bug in router when routes had different nesting.

bobris
published 14.6.0 •

Changelog

Source

14.6.0

Fixed vdomPath search for Portals. Portal element now defaults to document.body same as b.init.

bobris
published 14.5.0 •

Changelog

Source

14.5.0

Added support for Portals. IBobrilNode for portal is { tag: "@", data: domElement, children }. In TSX it is <b.Portal element={domElement}>{children}</b.Portal>.

useStore hook now calls dispose on store automatically when destroying the context

bobris
published 14.4.0 •

Changelog

Source

14.4.0

Fragment now require its parameter. Should not be problem because TSX/createElement passes that parameter always nonnull. It can now return IBobrilNode type making it more compatible to functional components.

bobris
published 14.3.0 •

Changelog

Source

14.3.0

Changed zIndex of dragged container div to be 1e9, so hopefully above everything.

bobris
published 14.2.0 •

Changelog

Source

14.2.0

New assertNever method use for exhaustive check in TypeScript.

bobris
published 14.1.1 •

Changelog

Source

14.1.1

Just republished correctly.

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