Gathering detailed insights and metrics for @yeliex/snowflake
Gathering detailed insights and metrics for @yeliex/snowflake
Gathering detailed insights and metrics for @yeliex/snowflake
Gathering detailed insights and metrics for @yeliex/snowflake
npm install @yeliex/snowflake
70.7
Supply Chain
83.2
Quality
75.9
Maintenance
100
Vulnerability
100
License
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
6 Stars
43 Commits
2 Watching
13 Branches
1 Contributors
Updated on 28 Jun 2024
TypeScript (93.66%)
JavaScript (4.31%)
Dockerfile (2.03%)
Cumulative downloads
Total Downloads
Last day
0%
3
Compared to previous day
Last week
400%
5
Compared to previous week
Last month
-30.8%
9
Compared to previous month
Last year
-31.5%
1,033
Compared to previous year
2
server to generate uniq-id with twitter-snowflake arithmetic
1$ docker run -p 3000:3000 --name snowflake yeliex/snowflake 2$ curl localhost:3000 3# or 4$ curl localhost:3000?type=json 5# or 6$ curl -H "Accept: application/json" localhost:3000
1$ docker run -p 3000:3000 --name snowflake -v ./config:/snowflake/config yeliex/snowflake 2 3# config/config.yml 4security: 5 token: 6 - token1 7 - token2 8 9$ curl -H "X-TOKEN: token1" localhost:3000 10# OR 11$ curl localhost:3000?token=token1
1# Server base 2server: 3 listenPort: 3000 4 5snowflake: 6 region: 1 7 worker: 1 8 endpoint: 1 # replace region and worker 9 10security: 11 token: # if empty, run without auth 12 - token1 13 - token2
health check
gen id
/?type=json
OR header Accept: application/json
/?token=token
OR header X-Token: token
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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