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
400
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 4.0.12 to 4.0.13

9

CHANGELOG.md
# Change Log - @rushstack/stream-collator
This log was last generated on Tue, 22 Sep 2020 05:45:57 GMT and should not be manually modified.
This log was last generated on Wed, 30 Sep 2020 06:53:53 GMT and should not be manually modified.
## 4.0.13
Wed, 30 Sep 2020 06:53:53 GMT
### Patches
- Update README.md
## 4.0.12

@@ -6,0 +13,0 @@ Tue, 22 Sep 2020 05:45:57 GMT

10

dist/stream-collator.d.ts

@@ -43,3 +43,3 @@ /**

*/
readonly isActive: boolean;
get isActive(): boolean;
/**

@@ -49,3 +49,3 @@ * For diagnostic purposes, if the writer is buffering chunks because it has

*/
readonly bufferedChunks: ReadonlyArray<ITerminalChunk>;
get bufferedChunks(): ReadonlyArray<ITerminalChunk>;
/** {@inheritDoc @rushstack/terminal#TerminalWritable.onWriteChunk} */

@@ -102,3 +102,3 @@ onWriteChunk(chunk: ITerminalChunk): void;

*/
readonly activeWriter: CollatedWriter | undefined;
get activeWriter(): CollatedWriter | undefined;
/**

@@ -108,3 +108,3 @@ * For diagnostic purposes, returns the {@link CollatedWriter.taskName} for the

*/
readonly activeTaskName: string;
get activeTaskName(): string;
/**

@@ -114,3 +114,3 @@ * The list of writers that have been registered by calling {@link StreamCollator.registerTask},

*/
readonly writers: ReadonlySet<CollatedWriter>;
get writers(): ReadonlySet<CollatedWriter>;
/**

@@ -117,0 +117,0 @@ * Registers a new task to be collated, and constructs a {@link CollatedWriter} object

@@ -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.9.21"
"packageVersion": "7.9.22"
}
]
}

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.CollatedTerminal = void 0;
/**

@@ -7,0 +8,0 @@ * This API was introduced as a temporary measure.

@@ -18,3 +18,3 @@ import { ITerminalChunk, TerminalWritable } from '@rushstack/terminal';

*/
readonly isActive: boolean;
get isActive(): boolean;
/**

@@ -24,3 +24,3 @@ * For diagnostic purposes, if the writer is buffering chunks because it has

*/
readonly bufferedChunks: ReadonlyArray<ITerminalChunk>;
get bufferedChunks(): ReadonlyArray<ITerminalChunk>;
/** {@inheritDoc @rushstack/terminal#TerminalWritable.onWriteChunk} */

@@ -27,0 +27,0 @@ onWriteChunk(chunk: ITerminalChunk): void;

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.CollatedWriter = void 0;
const terminal_1 = require("@rushstack/terminal");

@@ -7,0 +8,0 @@ const CollatedTerminal_1 = require("./CollatedTerminal");

"use strict";
// Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
// See LICENSE in the project root for license information.
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -19,5 +26,5 @@ /**

*/
__export(require("./CollatedTerminal"));
__export(require("./CollatedWriter"));
__export(require("./StreamCollator"));
__exportStar(require("./CollatedTerminal"), exports);
__exportStar(require("./CollatedWriter"), exports);
__exportStar(require("./StreamCollator"), exports);
//# sourceMappingURL=index.js.map

@@ -46,3 +46,3 @@ import { TerminalWritable, ITerminalChunk } from '@rushstack/terminal';

*/
readonly activeWriter: CollatedWriter | undefined;
get activeWriter(): CollatedWriter | undefined;
/**

@@ -52,3 +52,3 @@ * For diagnostic purposes, returns the {@link CollatedWriter.taskName} for the

*/
readonly activeTaskName: string;
get activeTaskName(): string;
/**

@@ -58,3 +58,3 @@ * The list of writers that have been registered by calling {@link StreamCollator.registerTask},

*/
readonly writers: ReadonlySet<CollatedWriter>;
get writers(): ReadonlySet<CollatedWriter>;
/**

@@ -61,0 +61,0 @@ * Registers a new task to be collated, and constructs a {@link CollatedWriter} object

@@ -5,2 +5,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.StreamCollator = void 0;
const node_core_library_1 = require("@rushstack/node-core-library");

@@ -7,0 +8,0 @@ const CollatedWriter_1 = require("./CollatedWriter");

{
"name": "@rushstack/stream-collator",
"version": "4.0.12",
"version": "4.0.13",
"description": "Display intelligible realtime output from concurrent processes",

@@ -16,12 +16,12 @@ "repository": {

"dependencies": {
"@rushstack/node-core-library": "3.33.6",
"@rushstack/terminal": "0.1.11"
"@rushstack/node-core-library": "3.34.0",
"@rushstack/terminal": "0.1.12"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "0.8.21",
"@rushstack/eslint-config": "2.1.2",
"@rushstack/heft": "0.14.0",
"@rushstack/heft-node-rig": "0.1.0",
"@types/heft-jest": "1.0.1",
"@types/node": "10.17.13",
"@rushstack/eslint-config": "2.1.1",
"@rushstack/heft": "0.13.9"
"@types/node": "10.17.13"
}
}

@@ -50,2 +50,9 @@ ## @rushstack/stream-collator

API documentation for this package: https://rushstack.io/pages/api/stream-collator/
## Links
- [CHANGELOG.md](
https://github.com/microsoft/rushstack/blob/master/libraries/stream-collator/CHANGELOG.md) - Find
out what's new in the latest version
- [API Reference](https://rushstack.io/pages/api/stream-collator/)
`@rushstack/stream-collator` is part of the [Rush Stack](https://rushstack.io/) family of projects.

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

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