opencensus-node icon indicating copy to clipboard operation
opencensus-node copied to clipboard

Add validation of package-lock.json

Open aabmass opened this issue 4 years ago • 1 comments

See https://github.com/census-instrumentation/opencensus-node/pull/886#issuecomment-779923205 for context

aabmass avatar Feb 16 '21 15:02 aabmass

In a pinch, verifying this output in CI could work:

$ pcregrep -h -o1 '\"resolved\": \"https:\/\/(.+?)\/' `git ls-files **/package-lock.json` | sort | uniq
registry.npmjs.org

aabmass avatar Feb 16 '21 15:02 aabmass