Gathering detailed insights and metrics for @types/angular-q-spread
Gathering detailed insights and metrics for @types/angular-q-spread
Gathering detailed insights and metrics for @types/angular-q-spread
Gathering detailed insights and metrics for @types/angular-q-spread
The repository for high quality TypeScript type definitions.
npm install @types/angular-q-spread
Typescript
Module System
62.5
Supply Chain
65.4
Quality
75.6
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
11,629
Last Day
9
Last Week
22
Last Month
45
Last Year
1,064
NOASSERTION License
49,951 Stars
89,615 Commits
30,421 Forks
641 Watchers
7 Branches
9,958 Contributors
Updated on Jun 25, 2025
Latest Version
0.0.9
Package Id
@types/angular-q-spread@0.0.9
Unpacked Size
4.30 kB
Size
1.86 kB
File Count
5
Published on
Nov 06, 2023
Cumulative downloads
Total Downloads
Last Day
0%
9
Compared to previous day
Last Week
340%
22
Compared to previous week
Last Month
-29.7%
45
Compared to previous month
Last Year
-36.5%
1,064
Compared to previous year
1
npm install --save @types/angular-q-spread
This package contains type definitions for angular-q-spread (https://www.npmjs.com/package/angular-q-spread).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-q-spread.
1import * as a from "angular"; 2 3declare module "angular" { 4 interface IPromise<T> { 5 /** 6 This method can be used as a replacement for then. Similarly, it takes two parameters, a callback when all promises are resolved and a callback for failure. The resolve callback is going to be called with the result of the list of promises passed to $q.all as separate parameters instead of one parameters which is an array. 7 * @param successCallback Callback for resolved promise, similar to then's one, but takes multiple parameters instead of single array parameter 8 * @param errorCallback Callback for error, the same as for then 9 */ 10 spread<TResult>( 11 successCallback: (...promiseValues: any[]) => IPromise<TResult> | TResult, 12 errorCallback?: (reason: any) => any, 13 ): IPromise<TResult>; 14 } 15} 16
These definitions were written by rafw87.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
security policy file detected
Details
Reason
no dangerous workflow patterns detected
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 27/30 approved changesets -- score normalized to 9
Reason
license file detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More