Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sveltejs/adapter-static

Package Overview
Dependencies
Maintainers
4
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-static - npm Package Compare versions

Comparing version 1.0.0-next.40 to 1.0.0-next.41

6

CHANGELOG.md
# @sveltejs/adapter-static
## 1.0.0-next.41
### Patch Changes
- Better error when encountering not-fully-prerenderable routes ([#6474](https://github.com/sveltejs/kit/pull/6474))
## 1.0.0-next.40

@@ -4,0 +10,0 @@

2

index.js

@@ -30,3 +30,3 @@ import path from 'path';

builder.log.error(
`@sveltejs/adapter-static: cannot have dynamic routes unless using the 'fallback' option. See https://github.com/sveltejs/kit/tree/master/packages/adapter-static#spa-mode for more information`
`@sveltejs/adapter-static: all routes must be fully prerenderable (unless using the 'fallback' option — see https://github.com/sveltejs/kit/tree/master/packages/adapter-static#spa-mode). Try adding \`export const prerender = true\` to your root layout — see https://kit.svelte.dev/docs/page-options#prerender for more details`
);

@@ -33,0 +33,0 @@ builder.log.error(

{
"name": "@sveltejs/adapter-static",
"version": "1.0.0-next.40",
"version": "1.0.0-next.41",
"repository": {

@@ -22,3 +22,3 @@ "type": "git",

"devDependencies": {
"@sveltejs/kit": "1.0.0-next.455",
"@sveltejs/kit": "1.0.0-next.459",
"@types/node": "^16.11.36",

@@ -25,0 +25,0 @@ "playwright-chromium": "^1.25.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc