Gathering detailed insights and metrics for shelldemo
Gathering detailed insights and metrics for shelldemo
Gathering detailed insights and metrics for shelldemo
Gathering detailed insights and metrics for shelldemo
npm install shelldemo
Typescript
Module System
Node Version
NPM Version
53.8
Supply Chain
63.7
Quality
70.3
Maintenance
25
Vulnerability
97.3
License
JavaScript (42.65%)
TypeScript (31.86%)
HTML (22.79%)
Python (2.7%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
ISC License
1 Stars
9 Commits
1 Watchers
2 Branches
1 Contributors
Updated on Jun 23, 2017
Latest Version
1.0.2
Package Id
shelldemo@1.0.2
Size
11.10 kB
NPM Version
3.7.1
Node Version
4.2.4
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
5
A command line application on your browser + An express middleware
npm install --save shelldemo
1var express = require('express'); 2var app = express(); 3var http = require('http').Server(app); 4var io = require('socket.io')(http); 5var path = require('path'); 6var demo = require('shelldemo'); 7 8// create a new command line application with name, path, arguments 9var java = demo.createJava('java', io, path.resolve(__dirname + './../code/java/SimpleJava.jar'), ['asf']); 10var python = demo.createPython('python', io, path.resolve(__dirname + './../code/python/simplepython.py'), ['zxc', '-u']); 11 12//use it like an express Router 13app.use('/java', java.router); 14app.use('/python', python.router); 15 16http.listen(8000);
No vulnerabilities found.
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 0/9 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 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
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