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.32 to 1.0.0-next.33

6

CHANGELOG.md
# @sveltejs/adapter-static
## 1.0.0-next.33
### Patch Changes
- Update adapter entrypoint typings to be NodeNext/ESNext-compatible ([#5111](https://github.com/sveltejs/kit/pull/5111))
## 1.0.0-next.32

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

3

index.d.ts

@@ -10,3 +10,2 @@ import { Adapter } from '@sveltejs/kit';

declare function plugin(options?: AdapterOptions): Adapter;
export = plugin;
export default function plugin(options?: AdapterOptions): Adapter;

@@ -9,3 +9,3 @@ import { createReadStream, createWriteStream, statSync } from 'fs';

/** @type {import('.')} */
/** @type {import('.').default} */
export default function ({ pages = 'build', assets = pages, fallback, precompress = false } = {}) {

@@ -12,0 +12,0 @@ return {

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

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

"devDependencies": {
"@sveltejs/kit": "1.0.0-next.343"
"@sveltejs/kit": "1.0.0-next.346"
},

@@ -28,0 +28,0 @@ "scripts": {

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