Fixes a problem that when make prints warning to stderr circom_tester would fail in assert. I changed behavior to printing stderr from make instead of failing.
Added support of inspect flag for circuit compilation.
Fixed code formatting.
Fixed var instantiation (use let and const instead of var)
Updated dependencies, as there were vulnerable ones. Fixes #16
let
andconst
instead ofvar
)