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

@rushstack/stream-collator

Package Overview
Dependencies
Maintainers
3
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/stream-collator - npm Package Compare versions

Comparing version 3.2.22 to 3.2.23

7

CHANGELOG.md
# Change Log - @rushstack/stream-collator
This log was last generated on Mon, 01 Jun 2020 08:34:17 GMT and should not be manually modified.
This log was last generated on Wed, 10 Jun 2020 20:48:30 GMT and should not be manually modified.
## 3.2.23
Wed, 10 Jun 2020 20:48:30 GMT
*Version update only*
## 3.2.22

@@ -6,0 +11,0 @@ Mon, 01 Jun 2020 08:34:17 GMT

2

dist/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.8.9"
"packageVersion": "7.8.10"
}
]
}

@@ -72,3 +72,3 @@ "use strict";

}
const outputBuffer = (stream === ITaskOutputStream.stderr ? taskInfo.stderr : taskInfo.stdout);
const outputBuffer = stream === ITaskOutputStream.stderr ? taskInfo.stderr : taskInfo.stdout;
if (!this._activeTask) {

@@ -75,0 +75,0 @@ this._activeTask = taskName;

{
"name": "@rushstack/stream-collator",
"version": "3.2.22",
"version": "3.2.23",
"description": "Display intelligible realtime output from your asynchronous streams",

@@ -19,12 +19,9 @@ "repository": {

"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.5.2",
"@types/chai": "3.4.34",
"@types/mocha": "5.2.5",
"@microsoft/rush-stack-compiler-3.5": "0.5.3",
"@types/jest": "25.2.1",
"@types/node": "10.17.13",
"chai": "~3.5.0",
"gulp": "~4.0.2",
"mocha": "^5.2.0",
"@microsoft/node-library-build": "6.4.22",
"@microsoft/node-library-build": "6.4.23",
"@rushstack/eslint-config": "0.5.8"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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