
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@ourcanopy/sapper
Advanced tools
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.
Clone the starter project template with degit... When cloning you have to choose between rollup or webpack:
npx degit "sveltejs/sapper-template#rollup" my-app
# or: npx degit "sveltejs/sapper-template#webpack" my-app
...then install dependencies and start the dev server...
cd my-app
npm install
npm run dev
...and navigate to localhost:3000. To build and run in production mode:
npm run build
npm start
Pull requests are encouraged and always welcome. Pick an issue and help us out!
To install and work on Sapper locally:
git clone https://github.com/sveltejs/sapper.git
cd sapper
npm install
npm 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:
cd sapper
npm link
Then, to link from sapper-template (or any other given project):
cd sapper-template
npm link sapper
You should be good to test changes locally.
npm run test
0.28.0
preload headers for Rollup projects 🎉Please see the migration guide for details on migrating from Sapper 0.27 to Sapper 0.28.
Also:
output.exports to avoid warning from Rollup (#1326)<script> tags will now be loaded with the defer attribute (#1123)<head> element hydration workaround was removed (#1067)service-worker.js file are now prefixed with a / (#1244).sapper-noscroll attribute was renamed to sapper:noscroll (#1320)publicPath in webpack server config for benefit of file-loader (#1342)preload at runtime, so we don't need to worry about preprocessors and compiling components when doing so (#1344)script tag with defer attribute in Webpack projects (#1123)noscroll option to goto (#1320)FAQs
The next small thing in web development, powered by Svelte
We found that @ourcanopy/sapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.