Skip to content

CrabDude/safeguards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

safeguards

A collection of node.js best practices safeguards

noSynchronousIO

Safeguards against require or "Sync" IO calls after main tick by replacing them with error throwing equivalents.

// THIS MUST BE THE LAST LINE EXECUTED IN THE MAIN MODULE
return require('safeguards').noSynchronousIO(module);

About

A collection node.js of best practices safeguards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published