
Security News
High Salaries No Longer Enough to Attract Top Cybersecurity Talent
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
@types/progress-bar-webpack-plugin
Advanced tools
TypeScript definitions for progress-bar-webpack-plugin
npm install --save @types/progress-bar-webpack-plugin
This package contains type definitions for progress-bar-webpack-plugin (https://github.com/clessg/progress-bar-webpack-plugin#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/progress-bar-webpack-plugin.
import * as ProgressBar from "progress";
import { Plugin } from "webpack";
export = ProgressBarPlugin;
declare namespace ProgressBarPlugin {
interface Options extends ProgressBar.ProgressBarOptions {
/**
* the format of the progress bar
* @default ':bar'
*/
format?: string | undefined;
/**
* optional function to call when the progress bar completes
*/
callback?: (() => void) | undefined;
/**
* option to show summary of time taken
* @default true
*/
summary?: boolean | undefined;
/**
* custom summary message if summary option is false
*/
summaryContent?: boolean | undefined;
/**
* function to display a custom summary
* (passed build time)
*/
customSummary?: ((summary: string) => void) | undefined;
}
}
/**
* A progress bar plugin for Webpack.
*/
declare class ProgressBarPlugin extends Plugin {
constructor(options?: ProgressBarPlugin.Options);
}
These definitions were written by Piotr Błażejewicz (Peter Blazejewicz).
FAQs
TypeScript definitions for progress-bar-webpack-plugin
We found that @types/progress-bar-webpack-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A survey of 500 cybersecurity pros reveals high pay isn't enough—lack of growth and flexibility is driving attrition and risking organizational security.
Product
Socket, the leader in open source security, is now available on Google Cloud Marketplace for simplified procurement and enhanced protection against supply chain attacks.
Security News
Corepack will be phased out from future Node.js releases following a TSC vote.