- Add mroe vscode config
- Update build
- Re-enable commented out tests
- Add vscode config files (WIP)
- Fix timestamp to specific value in checkCTLogs test to prevent divergence over timestamp
- Minor tidies
- Add sourcemaps to a few files for which they were missing
- Add info on TS defaults to CLI
- Add examples.md
- Correct comment
- Make npm script 'snyk-protect' use the project-local snyk
- Add unit tests to npm prepublish script
- Fix error with throwing error if no certs found
- More logical(/less repetition of config) NPM test directive
- Revert the below and amend tests accordingly (and also as per 2.3.0)
- Fix bug in date handling, "valid to before" was the wrong way around
- Fix NPM dependencies and associated docs
- Fix bug in test assertion
- Snyk badge!
- Change default for ignoreCertsValidFromBeforeTS to 0 (include all certs) and make ignoreCertsValidToBeforeTS === 0 a magic value which resolves to "now"
- Set CLI output to full width of terminal
- Add --version CLI argg
- Correct typo in CLI argument alias "--pattern" and improve example
- Switch http2 lib for core https due to testing and lack of real need
- Move some 3rd party dependencies to the lib as there's no need for them to be userland
- Exposed all lib functions and added unit tests for them
- Modify some errors in callbacks/returns to be TypeErrors
- Update changelog for 1.0.1 & 1.0.2
- Updates to readme
- Updates to readme
Initial version