ajinabraham/njsscan

Pin njsscan dependencies

disposedtrolley opened this issue · 1 comments

The njsscan dependencies don't appear to be pinned to specific versions. This can cause changes in behaviour like the problem described in #99 without the user having explicitly updated to a new release.

This is expected. since njsscan is also expected to be used as a library/dependency, we try to avoid strict pinning that may cause dependency conflicts.