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 1.3.0 to 1.3.1

2

build.js

@@ -193,3 +193,3 @@ /*

var stream = fs.createReadStream(fullPath, { encoding: _this7.encoding(binary) });
var hasher = crypto.createHash(_this7.algorithm);
var hasher = crypto.createHash(_this7.algorithm, { defaultEncoding: 'binary' });
hasher.on('readable', function () {

@@ -196,0 +196,0 @@ var data = hasher.read();

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

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

@@ -29,2 +35,3 @@

[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

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

{
"name": "sumchecker",
"version": "1.3.0",
"version": "1.3.1",
"author": "Mark Lee",

@@ -5,0 +5,0 @@ "license": "Apache-2.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