Gathering detailed insights and metrics for thumbor-ts
Gathering detailed insights and metrics for thumbor-ts
Gathering detailed insights and metrics for thumbor-ts
Gathering detailed insights and metrics for thumbor-ts
npm install thumbor-ts
Typescript
Module System
TypeScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
15 Stars
686 Commits
2 Forks
1 Watchers
30 Branches
3 Contributors
Updated on Apr 09, 2025
Latest Version
1.3.91
Package Id
thumbor-ts@1.3.91
Unpacked Size
67.69 kB
Size
16.33 kB
File Count
18
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
4
Immutable, method chained, TypeScript DSL for building Thumbor URLs.
yarn add thumbor-ts
pnpm i thumbor-ts
npm i --save thumbor-ts
1import Thumbor from 'thumbor-ts'; 2 3// Your encryption key is not required, but your link will be unsafe. 4const thumbor = Thumbor({ 5 serverUrl: 'http://myserver.thumbor.com', 6 securityKey: 'MY_KEY' 7}); 8 9// Generate your url 10const thumborUrl = thumbor 11 .setImagePath('00223lsvrnzeaf42.png') 12 .resize(50, 50) 13 .smartCrop() 14 .format('webp') 15 .buildUrl();
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
security policy file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
51 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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