
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@types/stream-throttle
Advanced tools
TypeScript definitions for stream-throttle
npm install --save @types/stream-throttle
This package contains type definitions for stream-throttle (https://github.com/tjgq/node-stream-throttle).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/stream-throttle.
/// <reference types = "node" />
import { Transform } from "stream";
export interface ThrottleOptions {
readonly rate: number;
readonly chunksize?: number | undefined;
}
export class Throttle extends Transform {
constructor(options: ThrottleOptions);
}
export class ThrottleGroup {
constructor(options: ThrottleOptions);
throttle(options: ThrottleOptions): Throttle;
}
These definitions were written by Daniel Byrne.
FAQs
TypeScript definitions for stream-throttle
The npm package @types/stream-throttle receives a total of 0 weekly downloads. As such, @types/stream-throttle popularity was classified as not popular.
We found that @types/stream-throttle 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.