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

@microsoft/stream-collator

Package Overview
Dependencies
Maintainers
2
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/stream-collator - npm Package Compare versions

Comparing version 2.2.12 to 2.2.13

12

CHANGELOG.json

@@ -5,2 +5,14 @@ {

{
"version": "2.2.13",
"tag": "@microsoft/stream-collator_v2.2.13",
"date": "Sat, 17 Feb 2018 02:53:49 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@microsoft/node-library-build\" from `4.3.12` to `4.3.13`"
}
]
}
},
{
"version": "2.2.12",

@@ -7,0 +19,0 @@ "tag": "@microsoft/stream-collator_v2.2.12",

7

CHANGELOG.md
# Change Log - @microsoft/stream-collator
This log was last generated on Fri, 16 Feb 2018 22:05:23 GMT and should not be manually modified.
This log was last generated on Sat, 17 Feb 2018 02:53:49 GMT and should not be manually modified.
## 2.2.13
Sat, 17 Feb 2018 02:53:49 GMT
*Version update only*
## 2.2.12

@@ -6,0 +11,0 @@ Fri, 16 Feb 2018 22:05:23 GMT

8

dist/index-internal.d.ts
/// <reference types="node" />
import * as stream from 'stream';
import * as Stream from 'stream';
import * as stream_2 from 'stream';

@@ -13,3 +11,3 @@ /**

*/
export declare class DualTaskStream extends stream.Readable implements NodeJS.ReadableStream, NodeJS.EventEmitter {
export declare class DualTaskStream extends Stream.Readable implements NodeJS.ReadableStream, NodeJS.EventEmitter {
stdout: PersistentStream;

@@ -104,5 +102,5 @@ stderr: PersistentStream;

*/
export declare class PersistentStream extends stream.Transform {
export declare class PersistentStream extends Stream.Transform {
private _buffer;
constructor(opts?: stream.TransformOptions);
constructor(opts?: Stream.TransformOptions);
_transform(chunk: Buffer | String, encoding: string, done: (err?: Object, data?: Object) => void): void;

@@ -109,0 +107,0 @@ readAll(): string;

{
"name": "@microsoft/stream-collator",
"version": "2.2.12",
"version": "2.2.13",
"description": "Display intelligible realtime output from your asynchronous streams",

@@ -26,4 +26,4 @@ "repository": {

"mocha": "~3.4.2",
"@microsoft/node-library-build": "4.3.12"
"@microsoft/node-library-build": "4.3.13"
}
}
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