[FEATURE] opt-in install and postinstall scripts · npm rfcs · Discussion #80

What / Why install and postinstall are npm scripts that run while npm install ${package} or npm ci. It means that we allow the package author to run any scripts on our machine, which is definitely ...