Is there any reason why I should consider not using 'use strict' in a node module published via npm? Is it 'safe' to do that if I want others to be able to use it?
EDIT: I asked this question explicitly to find out, if it can make the module useless/broken for anybody who wants to install it via npm.