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

@rushstack/heft

Package Overview
Dependencies
Maintainers
3
Versions
360
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/heft - npm Package Compare versions

Comparing version 0.46.1 to 0.46.2

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.28.1"
"packageVersion": "7.28.2"
}
]
}

@@ -105,6 +105,7 @@ "use strict";

static getOptionsFromStandardParameters(standardParameters) {
const localesParameterValues = standardParameters.localesParameter.values;
return {
production: standardParameters.productionFlag.value,
lite: standardParameters.liteFlag.value,
locales: standardParameters.localesParameter.values,
locales: localesParameterValues.length > 0 ? localesParameterValues : undefined,
maxOldSpaceSize: standardParameters.maxOldSpaceSizeParameter.value,

@@ -111,0 +112,0 @@ typescriptMaxWriteParallelism: standardParameters.typescriptMaxWriteParallelismParameter.value

{
"name": "@rushstack/heft",
"version": "0.46.1",
"version": "0.46.2",
"description": "Build all your JavaScript projects the same way: A way that works.",

@@ -47,3 +47,3 @@ "keywords": [

"devDependencies": {
"@microsoft/api-extractor": "7.28.2",
"@microsoft/api-extractor": "7.28.3",
"@rushstack/eslint-config": "2.6.2",

@@ -50,0 +50,0 @@ "@rushstack/heft": "0.45.14",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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