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.17 to 1.0.0-next.18

6

CHANGELOG.md
# @sveltejs/adapter-static
## 1.0.0-next.18
### Patch Changes
- [chore] export package.json from adapters ([#2351](https://github.com/sveltejs/kit/pull/2351))
## 1.0.0-next.17

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

7

index.d.ts

@@ -1,7 +0,10 @@

declare function plugin(options?: {
import { Adapter } from '@sveltejs/kit';
interface AdapterOptions {
pages?: string;
assets?: string;
fallback?: string;
}): import('@sveltejs/kit').Adapter;
}
declare function plugin(options?: AdapterOptions): Adapter;
export = plugin;
{
"name": "@sveltejs/adapter-static",
"version": "1.0.0-next.17",
"version": "1.0.0-next.18",
"type": "module",
"main": "index.js",
"exports": {
"import": "./index.js"
".": {
"import": "./index.js"
},
"./package.json": "./package.json"
},
"types": "index.d.ts",
"devDependencies": {
"@sveltejs/kit": "1.0.0-next.155",
"@sveltejs/kit": "1.0.0-next.162",
"playwright-chromium": "^1.10.0",
"port-authority": "^1.1.2",
"sirv": "^1.0.12",
"svelte": "^3.40.0",
"svelte": "^3.42.4",
"uvu": "^0.5.1"

@@ -17,0 +20,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