Gathering detailed insights and metrics for tencent-serverless-http
Gathering detailed insights and metrics for tencent-serverless-http
Gathering detailed insights and metrics for tencent-serverless-http
Gathering detailed insights and metrics for tencent-serverless-http
tencent-serverless-http-monitor
This library enables you to utilize Tencent Cloud API Gateway to respond to web and API requests using your existing Node.js application framework.
@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.
@serverless/tencent-website
[](http://serverless.com)
@tencent-serverless/tencent-website-beta
[](http://serverless.com)
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 tencent-serverless-http
Typescript
Module System
Min. Node Version
Node Version
NPM Version
99.1
Supply Chain
76.4
Quality
75.6
Maintenance
100
Vulnerability
99.6
License
JavaScript (100%)
Total Downloads
49,409,894
Last Day
2,994
Last Week
67,210
Last Month
295,419
Last Year
3,825,888
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
tencent-serverless-http@1.3.2
Size
5.17 kB
NPM Version
6.5.0
Node Version
8.17.0
Published on
May 20, 2021
Cumulative downloads
Total Downloads
Last Day
-17.1%
2,994
Compared to previous day
Last Week
-11.5%
67,210
Compared to previous week
Last Month
0.4%
295,419
Compared to previous month
Last Year
-55.8%
3,825,888
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