Gathering detailed insights and metrics for tsrpc-protocol-loader
Gathering detailed insights and metrics for tsrpc-protocol-loader
npm install tsrpc-protocol-loader
Typescript
Module System
Node Version
NPM Version
63.1
Supply Chain
62.8
Quality
75.2
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
1,864
Last Day
1
Last Week
2
Last Month
8
Last Year
167
Apache-2.0 License
4 Commits
1 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Oct 13, 2017
Minified
Minified + Gzipped
Latest Version
0.2.3
Package Id
tsrpc-protocol-loader@0.2.3
Size
4.74 kB
NPM Version
5.3.0
Node Version
8.2.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
100%
2
Compared to previous week
Last Month
-74.2%
8
Compared to previous month
Last Year
26.5%
167
Compared to previous year
No dependencies detected.
See TSRPC and TSRPC Browser Client
webpack.config.js
1const path = require('path'); 2 3//protocol path 4const protocolPath = path.resolve(__dirname, 'protocol'); 5 6module.exports = { 7 //... 8 module: { 9 rules: [ 10 { 11 test: v => v.startsWith(protocolPath), 12 loader: 'tsrpc-protocol-loader', 13 options: { 14 protocolPath: protocolPath 15 } 16 } 17 ] 18 }, 19 //... 20}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/4 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
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-03-10
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