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

callforth

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

callforth

A super tiny set of utility functions (xx kb gziped) to replace callbacks by Promises where possible. **Don't call back, call forth!**

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
9.1K
decreased by-16.17%
Maintainers
1
Weekly downloads
 
Created
Source

Callforth

A super tiny set of utility functions (xx kb gziped) to replace callbacks by Promises where possible. Don't call back, call forth!

I catch myself re-implementing these in every project so I might as well put them in a package.

Do things like:

await timeout(3000);

await eventOn(videoElement, "loaded");

await

Install

npm install callforth

API

TODO

FAQs

Package last updated on 23 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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