Skip to content

Commit

Permalink
Add access to the underlying ChecksumValidator class
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 7, 2016
1 parent f974ea9 commit c7227b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

* Optional `defaultTextEncoding` parameter in the `ChecksumValidator` constructor
* Access to the underlying `ChecksumValidator` class

## [1.0.0] - 2016-09-05

Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ let sumchecker = function sumchecker (algorithm, checksumFilename, baseDir, file

sumchecker.ChecksumMismatchError = ChecksumMismatchError
sumchecker.ChecksumParseError = ChecksumParseError
sumchecker.ChecksumValidator = ChecksumValidator
sumchecker.NoChecksumFoundError = NoChecksumFoundError

module.exports = sumchecker

0 comments on commit c7227b3

Please sign in to comment.