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
263
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.131.3 to 5.131.4

12

lib/api/Subspace.d.ts

@@ -46,4 +46,12 @@ import type { RushConfiguration } from './RushConfiguration';

*/
getSubspaceConfigFolder(): string;
getSubspaceConfigFolderPath(): string;
/**
* Returns the full path of the folder containing this subspace's configuration files such as `pnpm-lock.yaml`.
*
* Example: `common/config/subspaces/my-subspace/pnpm-patches` (subspaces feature enabled)
* Example: `common/config/pnpm-patches` (subspaces feature disabled)
* @beta
*/
getSubspacePnpmPatchesFolderPath(): string;
/**
* The folder where the subspace's node_modules and other temporary files will be stored.

@@ -54,3 +62,3 @@ *

*/
getSubspaceTempFolder(): string;
getSubspaceTempFolderPath(): string;
/**

@@ -57,0 +65,0 @@ * Returns full path of the temporary shrinkwrap file for a specific subspace and returns the common workspace

12

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

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

"tapable": "2.2.1",
"@rushstack/lookup-by-path": "0.1.0",
"@rushstack/node-core-library": "5.5.1",
"@rushstack/lookup-by-path": "0.1.0",
"@rushstack/terminal": "0.13.3"

@@ -47,9 +47,9 @@ },

"webpack": "~5.82.1",
"@microsoft/rush-lib": "5.131.4",
"local-node-rig": "1.0.0",
"@rushstack/heft": "0.66.25",
"@microsoft/rush-lib": "5.131.3",
"local-node-rig": "1.0.0",
"@rushstack/stream-collator": "4.1.63",
"@rushstack/ts-command-line": "4.22.4",
"@rushstack/heft-webpack5-plugin": "0.10.7",
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.62"
"@rushstack/webpack-preserve-dynamic-require-plugin": "0.11.62",
"@rushstack/ts-command-line": "4.22.4"
},

@@ -56,0 +56,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