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

bobril

Package Overview
Dependencies
Maintainers
1
Versions
318
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.4.0

Diff

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.

bobris
published 3.9.4 •

bobris
published 3.9.3 •

bobris
published 3.9.2 •

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