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
265
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.4 to 5.131.5

2

dist/tsdoc-metadata.json

@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard.

"packageName": "@microsoft/api-extractor",
"packageVersion": "7.47.5"
"packageVersion": "7.47.6"
}
]
}
import { type IPackageJson } from '@rushstack/node-core-library';
import type { RushConfiguration } from '../api/RushConfiguration';
import type { RushConfiguration } from './RushConfiguration';
import type { VersionPolicy } from './VersionPolicy';

@@ -4,0 +4,0 @@ import type { PackageJsonEditor } from './PackageJsonEditor';

import { CommandLineAction, type ICommandLineActionOptions } from '@rushstack/ts-command-line';
import type { RushConfiguration } from '../../api/RushConfiguration';
import { EventHooksManager } from '../../logic/EventHooksManager';
import { RushCommandLineParser } from './../RushCommandLineParser';
import { RushCommandLineParser } from '../RushCommandLineParser';
import type { RushGlobalFolder } from '../../api/RushGlobalFolder';

@@ -6,0 +6,0 @@ import type { RushSession } from '../../pluginFramework/RushSession';

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

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

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

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

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

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

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