Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

highland-process

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

highland-process - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

lib/process.js

@@ -5,3 +5,3 @@ var _ = require('highland'),

exports.from = function from(process) {
return _.sequence([
return _.merge([
_(process.stdout),

@@ -24,3 +24,3 @@ _(process.stderr).consume(errorConsumer())

return _.sequence([
return _.merge([
out,

@@ -27,0 +27,0 @@ errors

{
"name": "highland-process",
"version": "1.0.4",
"version": "1.0.5",
"description": "Utility that lets you turn a process into a highland stream.",

@@ -5,0 +5,0 @@ "main": "index.js",

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