Gathering detailed insights and metrics for @types/babel__plugin-transform-runtime
Gathering detailed insights and metrics for @types/babel__plugin-transform-runtime
The repository for high quality TypeScript type definitions.
npm install @types/babel__plugin-transform-runtime
Typescript
Module System
99.6
Supply Chain
66.2
Quality
75.4
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Total Downloads
10,613,157
Last Day
10,132
Last Week
50,092
Last Month
175,655
Last Year
2,434,557
49,062 Stars
88,542 Commits
30,284 Forks
640 Watching
5 Branches
9,977 Contributors
Latest Version
7.9.5
Package Id
@types/babel__plugin-transform-runtime@7.9.5
Unpacked Size
3.52 kB
Size
1.65 kB
File Count
5
Publised On
06 Nov 2023
Cumulative downloads
Total Downloads
Last day
11%
10,132
Compared to previous day
Last week
5.7%
50,092
Compared to previous week
Last month
-17.7%
175,655
Compared to previous month
Last year
-16.3%
2,434,557
Compared to previous year
npm install --save @types/babel__plugin-transform-runtime
This package contains type definitions for @babel/plugin-transform-runtime (https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-runtime).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/babel__plugin-transform-runtime.
1export interface Options { 2 corejs?: CorejsOption | undefined; 3 helpers?: boolean | undefined; 4 regenerator?: boolean | undefined; 5 useESModules?: boolean | undefined; 6 absoluteRuntime?: (boolean | string) | undefined; 7 version?: string | undefined; 8} 9 10export type CorejsOption = 11 | CorejsVersion 12 | { version: CorejsVersion; proposals: boolean } 13 | false; 14 15export type CorejsVersion = 2 | 3; 16
These definitions were written by Slava Fomin II.
No vulnerabilities found.
Reason
30 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
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-01-20
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