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.118.3 to 5.118.4

1

lib/utilities/Utilities.d.ts

@@ -176,2 +176,3 @@ /// <reference types="node" />

static usingAsync<TDisposable extends IDisposable>(getDisposableAsync: () => Promise<TDisposable> | IDisposable, doActionAsync: (disposable: TDisposable) => Promise<void> | void): Promise<void>;
static trimAfterLastSlash(filePath: string): string;
private static _executeLifecycleCommandInternal;

@@ -178,0 +179,0 @@ /**

10

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

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

"@types/webpack-env": "1.18.0",
"@microsoft/rush-lib": "5.118.3",
"@microsoft/rush-lib": "5.118.4",
"@rushstack/heft": "0.66.2",
"local-node-rig": "1.0.0",
"@rushstack/stream-collator": "4.1.40",
"@rushstack/heft": "0.66.2",
"@rushstack/ts-command-line": "4.19.1",
"local-node-rig": "1.0.0"
"@rushstack/ts-command-line": "4.19.1"
},

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