
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
@types/webpack-stream
Advanced tools
TypeScript definitions for webpack-stream
npm install --save @types/webpack-stream
This package contains type definitions for webpack-stream (https://github.com/shama/webpack-stream).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webpack-stream.
/// <reference types="node" />
import * as webpack from "webpack";
export = webpackStream;
/**
* Run webpack with the specified configuration and webpack instance
*
* @param config - Webpack configuration
* @param wp - A webpack object
* @param callback - A callback with the webpack stats and error objects.
*/
declare function webpackStream(
config?: webpack.Configuration,
wp?: typeof webpack,
callback?: webpack.Compiler.Handler,
): NodeJS.ReadWriteStream;
declare namespace webpackStream {
}
These definitions were written by Ian Clanton-Thuon, and Benjamin Lim.
FAQs
TypeScript definitions for webpack-stream
The npm package @types/webpack-stream receives a total of 3,768 weekly downloads. As such, @types/webpack-stream popularity was classified as popular.
We found that @types/webpack-stream 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.