New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vbarbarosh/node-helpers

Package Overview
Dependencies
Maintainers
0
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vbarbarosh/node-helpers - npm Package Compare versions

Comparing version 3.47.1 to 3.47.2

src/stream_map_parallel.test.js

2

package.json

@@ -5,3 +5,3 @@ {

"name": "@vbarbarosh/node-helpers",
"version": "3.47.1",
"version": "3.47.2",
"description": "A set of helpers for JavaScript/Node.js",

@@ -8,0 +8,0 @@ "files": [

const stream = require('stream');
function stream_discard()
function stream_discard({objectMode = false} = {})
{
return new stream.Writable({
objectMode,
write: function (buffer, encoding, callback) {

@@ -7,0 +8,0 @@ callback();

@@ -56,3 +56,3 @@ const Promise = require('bluebird');

}
if (callback_flush && !buf.length) {
if (callback_flush && !running) {
callback_flush();

@@ -59,0 +59,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