Gathering detailed insights and metrics for @j.u.p.iter/ts-compiler
Gathering detailed insights and metrics for @j.u.p.iter/ts-compiler
Gathering detailed insights and metrics for @j.u.p.iter/ts-compiler
Gathering detailed insights and metrics for @j.u.p.iter/ts-compiler
npm install @j.u.p.iter/ts-compiler
Typescript
Module System
Node Version
NPM Version
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
8 Commits
1 Watchers
2 Branches
1 Contributors
Updated on Jan 26, 2021
Latest Version
1.1.0
Package Id
@j.u.p.iter/ts-compiler@1.1.0
Unpacked Size
68.60 kB
Size
15.87 kB
File Count
13
NPM Version
6.14.11
Node Version
12.20.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Source maps map compiled file to the original file, line by line, character by character. For example, it says, that charachter 5 on line 2 in the compiled file is represented by a charachter 10 on line 10 in the original file. Such types of maps allow, for example, debuger to show the original file, using this map. In another words dubugger, using source maps, creates representation of the original file. Another use case of source map usage
/** *
alongside their corresponding ts files. In this case To let a debugger or any another client, that uses source map, knowledge about this source map,
the link to the generated source maps will be placed into the compiled files. Example of such a link can look like this: `//# sourceMappingURL=main.js.map`.
*/
inlineSourceMap
to true;
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
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