Gathering detailed insights and metrics for snake-cli-ts
Gathering detailed insights and metrics for snake-cli-ts
Gathering detailed insights and metrics for snake-cli-ts
Gathering detailed insights and metrics for snake-cli-ts
npm install snake-cli-ts
Typescript
Module System
Node Version
NPM Version
73.7
Supply Chain
79.2
Quality
75.2
Maintenance
100
Vulnerability
100
License
TypeScript (80.71%)
JavaScript (19.29%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7 Stars
26 Commits
2 Forks
1 Watchers
5 Branches
1 Contributors
Updated on Jun 17, 2024
Latest Version
1.3.4
Package Id
snake-cli-ts@1.3.4
Unpacked Size
42.40 kB
Size
10.30 kB
File Count
25
NPM Version
6.10.3
Node Version
12.10.0
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
1
CLI Snake Game written in NodeJS and TypeScript
1npm i snake-cli-ts -g
1# Just type in console: 2snake
1// CommonJS modules 2const SnakeGame = require('snake-cli-ts').default; 3// ES6 modules with Babel or TypeScript 4import SnakeGame from 'snake-cli-ts'; 5const game = new SnakeGame({ 6 moveThroughWall: false, 7 difficulty: 'easy', 8}).on('gameOver', () => { 9 console.clear(); 10 console.log(`Your score: ${game.snake.body.length} points`); 11 process.exit(); 12}).init();
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
9 existing vulnerabilities detected
Details
Reason
no SAST tool detected
Details
Reason
Found 0/26 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
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
Score
Last Scanned on 2025-07-14
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