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

@rushstack/rush-sdk

Package Overview
Dependencies
Maintainers
3
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/rush-sdk - npm Package Compare versions

Comparing version 5.124.6 to 5.124.7

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.43.6"
"packageVersion": "7.43.7"
}
]
}
/// <reference types="node" />
/// <reference types="node" />
import * as child_process from 'child_process';

@@ -129,3 +130,3 @@ import type { RushConfiguration } from '../api/RushConfiguration';

*/
static executeCommandAndInspectOutputAsync(options: IExecuteCommandOptions, onStdoutStreamChunk?: (chunk: string) => string | void, onExit?: (code: number, signal: string) => void): Promise<void>;
static executeCommandAndInspectOutputAsync(options: IExecuteCommandOptions, onStdoutStreamChunk?: (chunk: string) => string | void, onExit?: (exitCode: number | null, signal: NodeJS.Signals | null) => void): Promise<void>;
/**

@@ -132,0 +133,0 @@ * Executes the command with the specified command-line parameters, and waits for it to complete.

{
"name": "@rushstack/rush-sdk",
"version": "5.124.6",
"version": "5.124.7",
"description": "An API for interacting with the Rush engine",

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

"tapable": "2.2.1",
"@rushstack/node-core-library": "4.3.0",
"@rushstack/terminal": "0.11.0"
"@rushstack/terminal": "0.11.1",
"@rushstack/node-core-library": "5.0.0"
},

@@ -35,7 +35,7 @@ "devDependencies": {

"@types/webpack-env": "1.18.0",
"@rushstack/heft": "0.66.8",
"@microsoft/rush-lib": "5.124.6",
"@rushstack/stream-collator": "4.1.46",
"local-node-rig": "1.0.0",
"@rushstack/ts-command-line": "4.20.1"
"@microsoft/rush-lib": "5.124.7",
"@rushstack/stream-collator": "4.1.48",
"@rushstack/heft": "0.66.10",
"@rushstack/ts-command-line": "4.21.1",
"local-node-rig": "1.0.0"
},

@@ -42,0 +42,0 @@ "scripts": {

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