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

@rushstack/heft-config-file

Package Overview
Dependencies
Maintainers
3
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/heft-config-file - npm Package Compare versions

Comparing version 0.11.5 to 0.11.6

7

dist/heft-config-file.d.ts

@@ -0,1 +1,8 @@

/**
* A library for loading config files for use with the
* {@link https://rushstack.io/pages/heft/overview/ | Heft} build system.
*
* @packageDocumentation
*/
import { ITerminal } from '@rushstack/node-core-library';

@@ -2,0 +9,0 @@ import { RigConfig } from '@rushstack/rig-package';

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.32.0"
"packageVersion": "7.34.0"
}
]
}

@@ -0,2 +1,8 @@

/**
* A library for loading config files for use with the
* {@link https://rushstack.io/pages/heft/overview/ | Heft} build system.
*
* @packageDocumentation
*/
export { ConfigurationFile, IConfigurationFileOptionsBase, IConfigurationFileOptionsWithJsonSchemaFilePath, IConfigurationFileOptionsWithJsonSchemaObject, IConfigurationFileOptions, ICustomJsonPathMetadata, ICustomPropertyInheritance, IJsonPathMetadata, IJsonPathsMetadata, InheritanceType, INonCustomJsonPathMetadata, IOriginalValueOptions, IPropertiesInheritance, IPropertyInheritance, IPropertyInheritanceDefaults, PathResolutionMethod, PropertyInheritanceCustomFunction } from './ConfigurationFile';
//# sourceMappingURL=index.d.ts.map

@@ -6,2 +6,8 @@ "use strict";

exports.PathResolutionMethod = exports.InheritanceType = exports.ConfigurationFile = void 0;
/**
* A library for loading config files for use with the
* {@link https://rushstack.io/pages/heft/overview/ | Heft} build system.
*
* @packageDocumentation
*/
var ConfigurationFile_1 = require("./ConfigurationFile");

@@ -8,0 +14,0 @@ Object.defineProperty(exports, "ConfigurationFile", { enumerable: true, get: function () { return ConfigurationFile_1.ConfigurationFile; } });

{
"name": "@rushstack/heft-config-file",
"version": "0.11.5",
"version": "0.11.6",
"description": "Configuration file loader for @rushstack/heft",

@@ -18,12 +18,12 @@ "repository": {

"dependencies": {
"@rushstack/node-core-library": "3.53.3",
"@rushstack/rig-package": "0.3.17",
"jsonpath-plus": "~4.0.0"
"jsonpath-plus": "~4.0.0",
"@rushstack/node-core-library": "3.54.0",
"@rushstack/rig-package": "0.3.17"
},
"devDependencies": {
"@rushstack/eslint-config": "3.1.1",
"@rushstack/heft": "0.48.0",
"@rushstack/heft-node-rig": "1.11.0",
"@rushstack/heft": "0.49.3",
"@rushstack/heft-node-rig": "1.11.14",
"@types/heft-jest": "1.0.1",
"@types/node": "12.20.24"
"@types/node": "12.20.24",
"@rushstack/eslint-config": "3.1.1"
},

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

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