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

@rushstack/rush-sdk

Package Overview
Dependencies
Maintainers
3
Versions
285
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.110.2 to 5.111.0

5

lib/api/ExperimentsConfiguration.d.ts

@@ -40,2 +40,7 @@ /**

/**
* If true, build skipping will respect the allowWarningsInSuccessfulBuild flag and skip builds with warnings.
* This will not replay warnings from the skipped build.
*/
buildSkipWithAllowWarningsInSuccessfulBuild?: boolean;
/**
* If true, the phased commands feature is enabled. To use this feature, create a "phased" command

@@ -42,0 +47,0 @@ * in common/config/rush/command-line.json.

1

lib/logic/operations/LegacySkipPlugin.d.ts

@@ -13,2 +13,3 @@ import { type ITerminal } from '@rushstack/node-core-library';

isIncrementalBuildAllowed: boolean;
allowWarningsInSuccessfulBuild?: boolean;
}

@@ -15,0 +16,0 @@ /**

6

package.json
{
"name": "@rushstack/rush-sdk",
"version": "5.110.2",
"version": "5.111.0",
"description": "An API for interacting with the Rush engine",

@@ -33,6 +33,6 @@ "repository": {

"@types/webpack-env": "1.18.0",
"@microsoft/rush-lib": "5.110.2",
"@rushstack/heft": "0.63.2",
"@microsoft/rush-lib": "5.111.0",
"local-node-rig": "1.0.0",
"@rushstack/stream-collator": "4.1.13",
"local-node-rig": "1.0.0",
"@rushstack/ts-command-line": "4.17.1",

@@ -39,0 +39,0 @@ "@rushstack/terminal": "0.7.12"

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

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