Gathering detailed insights and metrics for @cocalc/next
Gathering detailed insights and metrics for @cocalc/next
Gathering detailed insights and metrics for @cocalc/next
Gathering detailed insights and metrics for @cocalc/next
CoCalc: Collaborative Calculation in the Cloud
npm install @cocalc/next
Typescript
Module System
Node Version
NPM Version
TypeScript (88.59%)
Python (4.03%)
CoffeeScript (3.71%)
JavaScript (2.59%)
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,222 Stars
44,410 Commits
224 Forks
49 Watchers
2,051 Branches
51 Contributors
Updated on Jul 16, 2025
Latest Version
0.103.5
Package Id
@cocalc/next@0.103.5
Unpacked Size
107.10 MB
Size
50.09 MB
File Count
2,281
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
34
3
IMPORTANT: When upgrading the next
package, always do this:
1npm install -E next@latest # note the -E!
This ensures that the version of next on the build machine when making the npm package is the same as the version on the server when you deploy it! I've been bitten by messing this up multiple times. The problem is:
^12.1.5
in package.jsonThis is a next.js app, which is used as part of CoCalc to provide the landing page and the share server.
To develop this, mostly just edit code here and it will automatically reload (hot module reloading) without you having to refresh the page. As long as you're not changing basic configuration, you don't have to restart the server.
You don't need to start your own nextjs server here -- the hub handles that. That said, you can, especially for debugging purposes -- see package.json
.
The landing page is pages/index.tsx
.
The paths for the share server are in pages/share
. Also see lib/share
and components/share
for code specific to the share server.
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