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.49.3 to 0.49.4

8

dist/heft.d.ts

@@ -0,1 +1,9 @@

/**
* Heft is a config-driven toolchain that invokes other popular tools such
* as TypeScript, ESLint, Jest, Webpack, and API Extractor. You can use it to build
* web applications, Node.js services, command-line tools, libraries, and more.
*
* @packageDocumentation
*/
import { AsyncParallelHook } from 'tapable';

@@ -2,0 +10,0 @@ import { AsyncSeriesBailHook } from 'tapable';

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

/**
* Heft is a config-driven toolchain that invokes other popular tools such
* as TypeScript, ESLint, Jest, Webpack, and API Extractor. You can use it to build
* web applications, Node.js services, command-line tools, libraries, and more.
*
* @packageDocumentation
*/
export { IHeftPlugin } from './pluginFramework/IHeftPlugin';

@@ -2,0 +9,0 @@ export { HeftConfiguration, IHeftActionConfiguration, IHeftActionConfigurationOptions, IHeftConfigurationInitializationOptions as _IHeftConfigurationInitializationOptions } from './configuration/HeftConfiguration';

22

package.json
{
"name": "@rushstack/heft",
"version": "0.49.3",
"version": "0.49.4",
"description": "Build all your JavaScript projects the same way: A way that works.",

@@ -31,6 +31,2 @@ "keywords": [

"dependencies": {
"@rushstack/heft-config-file": "0.11.5",
"@rushstack/node-core-library": "3.53.3",
"@rushstack/rig-package": "0.3.17",
"@rushstack/ts-command-line": "4.13.1",
"@types/tapable": "1.0.6",

@@ -45,9 +41,11 @@ "argparse": "~1.0.9",

"tapable": "1.1.3",
"true-case-path": "~2.2.1"
"true-case-path": "~2.2.1",
"@rushstack/heft-config-file": "0.11.6",
"@rushstack/node-core-library": "3.54.0",
"@rushstack/rig-package": "0.3.17",
"@rushstack/ts-command-line": "4.13.1"
},
"devDependencies": {
"@microsoft/api-extractor": "7.34.0",
"@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/argparse": "1.0.38",

@@ -61,3 +59,5 @@ "@types/eslint": "8.2.0",

"tslint": "~5.20.1",
"typescript": "~4.8.4"
"typescript": "~4.8.4",
"@microsoft/api-extractor": "7.34.1",
"@rushstack/eslint-config": "3.1.1"
},

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