You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing @jazzer.js/core v2.0, 63 dependencies are added.
When inspecting the graph, e.g. using https://npmgraph.js.org/?q=%40jazzer.js%2Fcore#zoom=h
i can spot at least two "areas" that look like they might not be required to run fuzz tests, since they are usually only required when "building stuff"
@jazzer.js/fuzzer depends on cmake-js
@jazzer.js/hooking and @jazzer.js/instrumentor depend on @babel/core (with tons of transient dependencies)
Are they really required to execute fuzzing or should those be devDependencies?
The text was updated successfully, but these errors were encountered:
When installing
@jazzer.js/core
v2.0, 63 dependencies are added.When inspecting the graph, e.g. using https://npmgraph.js.org/?q=%40jazzer.js%2Fcore#zoom=h
i can spot at least two "areas" that look like they might not be required to run fuzz tests, since they are usually only required when "building stuff"
@jazzer.js/fuzzer
depends oncmake-js
@jazzer.js/hooking
and@jazzer.js/instrumentor
depend on@babel/core
(with tons of transient dependencies)Are they really required to execute fuzzing or should those be devDependencies?
The text was updated successfully, but these errors were encountered: