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

@rushstack/rush-sdk

Package Overview
Dependencies
Maintainers
0
Versions
272
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.141.4 to 5.142.0

3

lib/api/Subspace.d.ts

@@ -52,3 +52,2 @@ import type { RushConfiguration } from './RushConfiguration';

* - 'pnpmfile.js'/'.pnpmfile.cjs'
* - 'pnpm-config.js'
*/

@@ -118,3 +117,3 @@ getVariantDependentSubspaceConfigFolderPath(variant: string | undefined): string;

*/
getPnpmConfigFilePath(variant?: string): string;
getPnpmConfigFilePath(): string;
/**

@@ -121,0 +120,0 @@ * Gets the settings from the common-versions.json config file.

/// <reference types="node" />
import { type ITerminal } from '@rushstack/terminal';
import type { RushConfiguration } from '../../api/RushConfiguration';

@@ -6,3 +7,3 @@ import type { RushGlobalFolder } from '../../api/RushGlobalFolder';

export declare class InstallHelpers {
static generateCommonPackageJson(rushConfiguration: RushConfiguration, subspace: Subspace, dependencies?: Map<string, string>): void;
static generateCommonPackageJson(rushConfiguration: RushConfiguration, subspace: Subspace, dependencies: Map<string, string> | undefined, terminal: ITerminal): void;
static getPackageManagerEnvironment(rushConfiguration: RushConfiguration, options?: {

@@ -9,0 +10,0 @@ debug?: boolean;

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

export declare class PnpmOptionsConfiguration extends PackageManagerOptionsConfigurationBase {
private static _jsonSchema;
private readonly _json;

@@ -304,2 +303,4 @@ private _globalPatchedDependencies;

*
* (SUPPORTED ONLY IN PNPM 9.0.0 AND NEWER)
*
* PNPM documentation: https://pnpm.io/package_json#pnpmignoredoptionaldependencies

@@ -306,0 +307,0 @@ */

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

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

"tapable": "2.2.1",
"@rushstack/lookup-by-path": "0.4.4",
"@rushstack/lookup-by-path": "0.4.5",
"@rushstack/node-core-library": "5.10.0",
"@rushstack/terminal": "0.14.3",
"@rushstack/package-deps-hash": "4.2.9"
"@rushstack/package-deps-hash": "4.2.10",
"@rushstack/terminal": "0.14.3"
},

@@ -48,9 +48,9 @@ "devDependencies": {

"webpack": "~5.95.0",
"@microsoft/rush-lib": "5.141.4",
"@rushstack/heft-webpack5-plugin": "0.11.6",
"local-node-rig": "1.0.0",
"@rushstack/heft": "0.68.9",
"@rushstack/heft-webpack5-plugin": "0.11.7",
"@rushstack/stream-collator": "4.1.77",
"@microsoft/rush-lib": "5.142.0",
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.76",
"@rushstack/ts-command-line": "4.23.1",
"@rushstack/heft": "0.68.8",
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.75",
"@rushstack/stream-collator": "4.1.76"
"local-node-rig": "1.0.0"
},

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

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