Socket
Socket
Sign inDemoInstall

hash-stream-validation

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

7

index.js

@@ -11,3 +11,3 @@ 'use strict'

var crypto = require('crypto')
var through = require('through2')
var { PassThrough } = require('stream')

@@ -37,3 +37,6 @@ module.exports = function (cfg) {

var validationStream = through(onData, onFlush)
var validationStream = new PassThrough({
transform: onData,
flush: onFlush
})

@@ -40,0 +43,0 @@ validationStream.test = function (algo, sum) {

{
"name": "hash-stream-validation",
"version": "0.2.3",
"version": "0.2.4",
"description": "Hash a stream of data, then validate",

@@ -30,5 +30,2 @@ "main": "index.js",

},
"dependencies": {
"through2": "^2.0.0"
},
"standard": {

@@ -35,0 +32,0 @@ "global": [

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc