Gathering detailed insights and metrics for image-steam-awss3
Gathering detailed insights and metrics for image-steam-awss3
npm install image-steam-awss3
Typescript
Module System
Node Version
NPM Version
52.1
Supply Chain
73.5
Quality
72.4
Maintenance
50
Vulnerability
96.1
License
JavaScript (100%)
Total Downloads
1,943
Last Day
7
Last Week
10
Last Month
22
Last Year
195
15 Commits
1 Forks
2 Watching
1 Branches
2 Contributors
Minified
Minified + Gzipped
Latest Version
1.0.6
Package Id
image-steam-awss3@1.0.6
Unpacked Size
7.18 kB
Size
2.92 kB
File Count
4
NPM Version
8.19.1
Node Version
18.9.0
Publised On
04 May 2023
Cumulative downloads
Total Downloads
Last day
600%
7
Compared to previous day
Last week
0%
10
Compared to previous week
Last month
83.3%
22
Compared to previous month
Last year
-35.9%
195
Compared to previous year
1
1
AWS S3 client for Image Steam. If you're using AWS, you're in the right place. If all you need is an S3-compatible client, check out image-steam-s3.
1import isteamAWSS3 from 'image-steam-awss3'; 2 3const s3 = new isteamAWSS3({ 4 region: 'us-west-2', 5 bucket: 'isteam' 6});
Option | Type | Default | Info |
---|---|---|---|
region | string | required | AWS Region of S3 bucket |
bucket | string | required | Unique name of S3 bucket |
pathPrefix | string | '' | Prefix of all paths |
Example:
1import isteam from 'image-steam'; 2 3const options = { 4 storage: { 5 app: { 6 static: { 7 driver: 'http', 8 endpoint: 'https://some-endpoint.com' 9 } 10 }, 11 cache: { 12 driverPath: 'image-steam-awss3', 13 options: { 14 region: 'us-west-2', 15 bucket: 'isteam-cache' 16 } 17 } 18 } 19} 20 21http.createServer(new isteam.http.Connect(options).getHandler()) 22 .listen(13337, '127.0.0.1') 23;
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/13 approved changesets -- 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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-01-27
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