Gathering detailed insights and metrics for sapper
Gathering detailed insights and metrics for sapper
Gathering detailed insights and metrics for sapper
Gathering detailed insights and metrics for sapper
@edgio/sapper
Deploy Sapper apps on the [Edgio](https://edgio.co), infrastructure to run your big, dynamic website frontend and make it load in less than one second.
@layer0/sapper
Deploy Sapper apps on the [Layer0](https://layer0.co), infrastructure to run your big, dynamic website frontend and make it load in less than one second.
@ctx-core/sapper
ctx-core sapper utils
@xdn/sapper
Deploy Sapper apps on the [Moovweb XDN](https://www.moovweb.com), infrastructure to run your big, dynamic website frontend and make it load in less than one second.
The next small thing in web development, powered by Svelte
npm install sapper
Typescript
Module System
Node Version
NPM Version
93.2
Supply Chain
94
Quality
77.3
Maintenance
50
Vulnerability
100
License
TypeScript (56.24%)
JavaScript (31.99%)
Svelte (7.58%)
HTML (3.22%)
CSS (0.86%)
Shell (0.1%)
Total Downloads
8,802,038
Last Day
5,261
Last Week
38,412
Last Month
168,176
Last Year
1,959,044
MIT License
6,978 Stars
1,499 Commits
421 Forks
99 Watchers
15 Branches
131 Contributors
Updated on Jul 02, 2025
Minified
Minified + Gzipped
Latest Version
0.29.3
Package Id
sapper@0.29.3
Unpacked Size
523.53 kB
Size
132.69 kB
File Count
38
NPM Version
6.14.11
Node Version
14.16.0
Cumulative downloads
Total Downloads
Last Day
-4.9%
5,261
Compared to previous day
Last Week
-4%
38,412
Compared to previous week
Last Month
7.9%
168,176
Compared to previous month
Last Year
0.5%
1,959,044
Compared to previous year
1
46
The next small thing in web development, powered by Svelte.
Sapper is a framework for building high-performance universal web apps. Read the guide or the introductory blog post to learn more.
Sapper's successor, SvelteKit, is currently available for use. Please see the FAQ for more details.
Clone the starter project template with degit... When cloning you have to choose between rollup or webpack:
1npx degit "sveltejs/sapper-template#rollup" my-app 2# or: npx degit "sveltejs/sapper-template#webpack" my-app
...then install dependencies and start the dev server...
1cd my-app 2npm install 3npm run dev
...and navigate to localhost:3000. To build and run in production mode:
1npm run build 2npm start
Pull requests are encouraged and always welcome. Pick an issue and help us out!
To install and work on Sapper locally:
1git clone https://github.com/sveltejs/sapper.git 2cd sapper 3npm install 4npm run dev
You can make changes locally to Sapper and test it against a local Sapper project. For a quick project that takes almost no setup, use the default sapper-template project. Instruction on setup are found in that project repository.
To link Sapper to your project, from the root of your local Sapper git checkout:
1cd sapper 2npm link
Then, to link from sapper-template
(or any other given project):
1cd sapper-template 2npm link sapper
You should be good to test changes locally.
1npm run test
0/10
Summary
Path Traversal in sapper
Affected Versions
< 0.27.11
Patched Versions
0.27.11
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 6/11 approved changesets -- score normalized to 5
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
42 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
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