Gathering detailed insights and metrics for @tmaize/tencent-serverless-http
Gathering detailed insights and metrics for @tmaize/tencent-serverless-http
Gathering detailed insights and metrics for @tmaize/tencent-serverless-http
Gathering detailed insights and metrics for @tmaize/tencent-serverless-http
This library enables you to utilize Tencent Cloud API Gateway to respond to web and API requests using your existing Node.js application framework.
npm install @tmaize/tencent-serverless-http
Typescript
Module System
Min. Node Version
Node Version
NPM Version
69.4
Supply Chain
75.7
Quality
74.9
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
1,253
Last Day
1
Last Week
5
Last Month
13
Last Year
154
MIT License
17 Stars
38 Commits
5 Forks
2 Watchers
1 Branches
5 Contributors
Updated on Aug 02, 2022
Minified
Minified + Gzipped
Latest Version
1.3.2
Package Id
@tmaize/tencent-serverless-http@1.3.2
Unpacked Size
14.99 kB
Size
5.11 kB
File Count
7
NPM Version
6.10.2
Node Version
12.9.1
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-16.7%
5
Compared to previous week
Last Month
-38.1%
13
Compared to previous month
Last Year
2.7%
154
Compared to previous year
1
19
This project is a fork of aws-serverless-express, and modify for tencent cloud scf.
1npm install tencent-serverless-http
1// handler.js 2'use strict'; 3const tencentServerlessHttp = require('tencent-serverless-http'); 4const app = require('./app'); 5const server = tencentServerlessHttp.createServer(app); 6 7exports.handler = (event, context) => { 8 tencentServerlessHttp.proxy(server, event, context); 9};
MIT License
Copyright (c) 2020 Serverless Plus
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 2/29 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
107 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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