Gathering detailed insights and metrics for @types/aws-lambda-http-server
Gathering detailed insights and metrics for @types/aws-lambda-http-server
Gathering detailed insights and metrics for @types/aws-lambda-http-server
Gathering detailed insights and metrics for @types/aws-lambda-http-server
npm install @types/aws-lambda-http-server
Typescript
Module System
60.6
Supply Chain
58.9
Quality
75.3
Maintenance
100
Vulnerability
100
License
TypeScript (99.9%)
JavaScript (0.09%)
Shell (0.01%)
Verify real, reachable, and deliverable emails with instant MX records, SMTP checks, and disposable email detection.
Total Downloads
16,700
Last Day
40
Last Week
230
Last Month
1,396
Last Year
9,075
NOASSERTION License
49,282 Stars
88,809 Commits
30,329 Forks
641 Watchers
7 Branches
9,958 Contributors
Updated on Feb 28, 2025
Latest Version
0.2.3
Package Id
@types/aws-lambda-http-server@0.2.3
Unpacked Size
3.23 kB
Size
1.60 kB
File Count
5
Published on
Nov 06, 2023
Cumulative downloads
Total Downloads
Last Day
1,900%
40
Compared to previous day
Last Week
-43.9%
230
Compared to previous week
Last Month
44.7%
1,396
Compared to previous month
Last Year
182.2%
9,075
Compared to previous year
1
npm install --save @types/aws-lambda-http-server
This package contains type definitions for aws-lambda-http-server (https://github.com/JamesKyburz/aws-lambda-http-server).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda-http-server.
1import { APIGatewayProxyCallback, APIGatewayProxyEvent, Context } from "aws-lambda"; 2 3declare function awsLambdaHttpServer( 4 event: APIGatewayProxyEvent, 5 context: Context, 6 callback: APIGatewayProxyCallback, 7): APIGatewayProxyCallback; 8 9export = awsLambdaHttpServer; 10
These definitions were written by ElayGelbart.
No vulnerabilities found.
Reason
30 commit(s) and 1 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-02-24
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