Socket
Socket
Sign inDemoInstall

sumchecker

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sumchecker - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

build.js

2

index.js

@@ -141,3 +141,3 @@ /*

let stream = fs.createReadStream(fullPath, {encoding: this.encoding(binary)})
let hasher = crypto.createHash(this.algorithm)
let hasher = crypto.createHash(this.algorithm, {defaultEncoding: 'binary'})
hasher.on('readable', () => {

@@ -144,0 +144,0 @@ let data = hasher.read()

@@ -5,2 +5,8 @@ # Changes by Version

## [2.0.2] - 2017-03-11
### Added
* Node 8 support (#6)
## [2.0.1] - 2017-01-26

@@ -18,2 +24,8 @@

## [1.3.1] - 2017-03-11
### Added
* Node 8 support (#6)
## [1.3.0] - 2016-12-05

@@ -42,4 +54,6 @@

[2.0.2]: https://github.com/malept/sumchecker/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/malept/sumchecker/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/malept/sumchecker/compare/v1.3.0...v2.0.0
[1.3.1]: https://github.com/malept/sumchecker/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/malept/sumchecker/compare/v1.2.0...v1.3.0

@@ -46,0 +60,0 @@ [1.2.0]: https://github.com/malept/sumchecker/compare/v1.1.0...v1.2.0

{
"name": "sumchecker",
"version": "2.0.1",
"version": "2.0.2",
"author": "Mark Lee",

@@ -20,2 +20,5 @@ "license": "Apache-2.0",

"homepage": "https://github.com/malept/sumchecker#readme",
"engines": {
"node": ">= 4.0"
},
"devDependencies": {

@@ -22,0 +25,0 @@ "codeclimate-test-reporter": "^0.4.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc