Gathering detailed insights and metrics for @cocalc/assets
Gathering detailed insights and metrics for @cocalc/assets
Gathering detailed insights and metrics for @cocalc/assets
Gathering detailed insights and metrics for @cocalc/assets
CoCalc: Collaborative Calculation in the Cloud
npm install @cocalc/assets
Typescript
Module System
Node Version
NPM Version
TypeScript (88.63%)
Python (4.02%)
CoffeeScript (3.7%)
JavaScript (2.58%)
Sass (0.32%)
CSS (0.23%)
HTML (0.17%)
Shell (0.17%)
Jupyter Notebook (0.08%)
Stylus (0.04%)
Sage (0.03%)
TeX (0.02%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
1,221 Stars
44,330 Commits
224 Forks
49 Watchers
2,045 Branches
50 Contributors
Updated on Jul 14, 2025
Latest Version
1.10.1
Package Id
@cocalc/assets@1.10.1
Unpacked Size
10.77 MB
Size
6.37 MB
File Count
146
NPM Version
8.19.2
Node Version
16.18.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
2
2
This code is part of https://github.com/sagemathinc/cocalc and isn't currently designed to be used standalone.
TODO: This module is called "assets" so you immediately think "I better not put things other than assets here", and usually "assets" refers to static assets in the context of web application.
This sub-directory contains assets (images, code, etc.) for the frontend and static pages.
Here is a description of two optional files describing the content of the computational environment (programming languages, libraries, ...)
Do this if you want to test rendering with the full production data for compute-*.json
:
~/cocalc/src/packages/assets$ curl https://storage.googleapis.com/cocalc-compute-environment/compute-components.json > compute-components.json
~/cocalc/src/packages/assets$ curl https://storage.googleapis.com/cocalc-compute-environment/compute-inventory.json > compute-inventory.json
Do NOT commit this to the repo. It's unlikely you accidentally will, because neither file is in the cocalc git repo.
compute-inventory.json
This is the "ground truth" of what is installed in the environment. Layout:
{
"language_exes": map of a full executable path to this dictionary:
{
"path to executable":
{
"doc" : documentation string
"lang" : language (python, R, ...)
"name" : Anaconda R
"url" : website
},
"another path to a language executable":
{ ... }
}
For each such language and executable path:
"language name" : e.g. "python"
{
"path to executable" : defined in the dictionary above
{
"library 1" : "version"
"library 2" : "version"
...
},
"path to another executable of that language":
{ ... }
},
"another language":
{ ... }
}
}
compute-components.json
This JSON dictionary contains descriptions of each library. It is hand curated or autogenerated from databases. Note, there can be several instances of the same library being installed in the inventory file, while this description file only lists it once.
{
"language": {
"library name": {
"descr" : "long description of the library",
"doc" : "documentation URL",
"name" : "Name",
"summary" : "short summary",
"url" : "website"
},
"library 2": { ... }
},
"another language" : { ... }
"executables": { # special language listing all executables with their full path
"/bin/bash": {
"name": "Bash",
"..." : ...
}, ...
}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
30 commit(s) and 12 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 1/28 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
11 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