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
283
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.117.8 to 5.117.9

13

lib/logic/pnpm/PnpmOptionsConfiguration.d.ts

@@ -97,2 +97,6 @@ import { type IPackageManagerOptionsJsonBase, PackageManagerOptionsConfigurationBase } from '../base/BasePackageManagerOptionsConfiguration';

autoInstallPeers?: boolean;
/**
* {@inheritDoc PnpmOptionsConfiguration.alwaysFullInstall}
*/
alwaysFullInstall?: boolean;
}

@@ -278,2 +282,11 @@ /**

/**
* (EXPERIMENTAL) If "true", then filtered installs ("rush install --to my-project")
* will be disregarded, instead always performing a full installation of the lockfile.
* This setting is primarily useful with Rush subspaces which enable filtering across
* multiple lockfiles, if filtering may be inefficient or undesirable for certain lockfiles.
*
* The default value is false.
*/
readonly alwaysFullInstall: boolean | undefined;
/**
* (GENERATED BY RUSH-PNPM PATCH-COMMIT) When modifying this property, make sure you know what you are doing.

@@ -280,0 +293,0 @@ *

6

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

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

"@types/webpack-env": "1.18.0",
"@microsoft/rush-lib": "5.117.8",
"@rushstack/heft": "0.66.0",
"@microsoft/rush-lib": "5.117.9",
"local-node-rig": "1.0.0",
"@rushstack/ts-command-line": "4.19.1",
"local-node-rig": "1.0.0",
"@rushstack/stream-collator": "4.1.38"

@@ -40,0 +40,0 @@ },

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