Gathering detailed insights and metrics for @types/angular-file-saver
Gathering detailed insights and metrics for @types/angular-file-saver
Gathering detailed insights and metrics for @types/angular-file-saver
Gathering detailed insights and metrics for @types/angular-file-saver
The repository for high quality TypeScript type definitions.
npm install @types/angular-file-saver
Typescript
Module System
67
Supply Chain
69.2
Quality
75.6
Maintenance
100
Vulnerability
100
License
TypeScript (99.84%)
JavaScript (0.16%)
Shell (0.01%)
Total Downloads
727,494
Last Day
219
Last Week
1,352
Last Month
5,593
Last Year
76,165
NOASSERTION License
49,790 Stars
89,433 Commits
30,396 Forks
640 Watchers
6 Branches
9,958 Contributors
Updated on May 23, 2025
Latest Version
1.1.7
Package Id
@types/angular-file-saver@1.1.7
Unpacked Size
3.86 kB
Size
1.78 kB
File Count
5
Published on
Nov 06, 2023
Cumulative downloads
Total Downloads
Last Day
-6.4%
219
Compared to previous day
Last Week
2.6%
1,352
Compared to previous week
Last Month
-3%
5,593
Compared to previous month
Last Year
-35.9%
76,165
Compared to previous year
1
npm install --save @types/angular-file-saver
This package contains type definitions for angular-file-saver (https://github.com/alferov/angular-file-saver).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-file-saver.
1import * as angular from "angular"; 2 3declare const moduleName: "ngFileSaver"; 4export = moduleName; 5 6declare module "angular" { 7 /** 8 * A core Angular factory proving FileSaver functionality. 9 */ 10 export interface FileSaver { 11 /** 12 * Immediately starts saving a file 13 * @param data: a Blob instance; 14 * @param filename: a String custom filename (an extension is optional); 15 * @param disableAutoBOM : (optional) Boolean Disable automatically provided Unicode text encoding hints; 16 */ 17 saveAs(blob: Blob, fileName: string, disableBOM?: boolean): void; 18 } 19} 20
These definitions were written by Donald Nairn.
No vulnerabilities found.
Reason
30 commit(s) and 0 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/29 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-05-19
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