Socket
Socket
Sign inDemoInstall

bobril

Package Overview
Dependencies
Maintainers
1
Versions
313
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.2.0

Diff

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 •

bobris
published 3.9.1 •

bobris
published 3.9.0 •

bobris
published 3.8.0 •

bobris
published 3.7.1 •

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