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.113.0 to 5.113.1

2

lib/api/RushConfiguration.d.ts

@@ -256,3 +256,3 @@ import { type JsonNull, type PackageNameParser } from '@rushstack/node-core-library';

/**
* Returns true if subspaces.json is present with "enabled=true".
* Returns true if subspaces.json is present with "subspacesEnabled=true".
*/

@@ -259,0 +259,0 @@ readonly subspacesFeatureEnabled: boolean;

@@ -21,7 +21,4 @@ import type { RushConfiguration } from './RushConfiguration';

readonly subspaceJsonFilePath: string;
readonly subspacesEnabled: boolean;
/**
* Determines if the subspace feature is enabled
*/
readonly enabled: boolean;
/**
* This determines if the subspaces feature supports adding configuration files under the project folder itself

@@ -31,2 +28,6 @@ */

/**
* This determines if selectors are required when installing and building
*/
readonly preventSelectingAllSubspaces: boolean;
/**
* A set of the available subspaces

@@ -33,0 +34,0 @@ */

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

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

"@types/webpack-env": "1.18.0",
"@microsoft/rush-lib": "5.113.0",
"@rushstack/heft": "0.64.3",
"local-node-rig": "1.0.0",
"@microsoft/rush-lib": "5.113.1",
"@rushstack/stream-collator": "4.1.21",
"@rushstack/ts-command-line": "4.17.1",
"@rushstack/terminal": "0.7.20",
"@rushstack/stream-collator": "4.1.21",
"@rushstack/heft": "0.64.3"
"@rushstack/terminal": "0.7.20"
},

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