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

bobril

Package Overview
Dependencies
Maintainers
1
Versions
319
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.6.1

Diff

Changelog

Source

14.6.1

Fixed bug in router when routes had different nesting.

bobris
published 4.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 4.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 4.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 4.3.0 •

Changelog

Source

14.3.0

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

bobris
published 4.2.3 •

bobris
published 4.2.2 •

bobris
published 4.2.0 •

Changelog

Source

14.2.0

New assertNever method use for exhaustive check in TypeScript.

bobris
published 4.1.0 •

Changelog

Source

14.1.0

New exported method

export function swallowPromise<T>(promise: Promise<T>): void {
    promise.catch((reason) => {
        console.error("Uncaught exception from swallowPromise", reason);
    });
}
bobris
published 4.0.0 •

Changelog

Source

14.0.0

Breaking change createDerivedComponent requires to specify both data types.

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