Socket
Socket
Sign inDemoInstall

@sveltejs/adapter-static

Package Overview
Dependencies
Maintainers
4
Versions
82
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 3.0.0 to 3.0.1

2

index.js

@@ -33,3 +33,3 @@ import path from 'node:path';

${config_option}
- pass \`strict: false\` to \`adapter-static\` to ignore this error. Only do this if you are sure you don't need the routes in question in your final app, as they will be unavailable. See https://github.com/sveltejs/kit/tree/master/packages/adapter-static#strict for more info.
- pass \`strict: false\` to \`adapter-static\` to ignore this error. Only do this if you are sure you don't need the routes in question in your final app, as they will be unavailable. See https://github.com/sveltejs/kit/tree/main/packages/adapter-static#strict for more info.

@@ -36,0 +36,0 @@ If this doesn't help, you may need to use a different adapter. @sveltejs/adapter-static can only be used for sites that don't need a server for dynamic rendering, and can run on just a static file server.

{
"name": "@sveltejs/adapter-static",
"version": "3.0.0",
"version": "3.0.1",
"description": "Adapter for SvelteKit apps that prerenders your entire site as a collection of static files",

@@ -34,3 +34,3 @@ "repository": {

"vite": "^5.0.8",
"@sveltejs/kit": "^2.0.0"
"@sveltejs/kit": "^2.0.4"
},

@@ -37,0 +37,0 @@ "peerDependencies": {

@@ -11,3 +11,3 @@ # @sveltejs/adapter-static

[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/master/packages/adapter-static/CHANGELOG.md).
[The Changelog for this package is available on GitHub](https://github.com/sveltejs/kit/blob/main/packages/adapter-static/CHANGELOG.md).

@@ -14,0 +14,0 @@ ## License

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