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

@sveltejs/adapter-static

Package Overview
Dependencies
Maintainers
3
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.1 to 1.0.0-next.2

6

CHANGELOG.md
# @sveltejs/adapter-static
## 1.0.0-next.2
### Patch Changes
- Fix adapters and convert to ES modules
## 1.0.0-next.1

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

4

index.js
'use strict';
module.exports = async function adapter(builder, { pages = 'build', assets = 'build' } = {}) {
export default async function adapter(builder, { pages = 'build', assets = 'build' } = {}) {
builder.copy_static_files(assets);

@@ -11,2 +11,2 @@ builder.copy_client_files(assets);

});
};
}
{
"name": "@sveltejs/adapter-static",
"version": "1.0.0-next.1",
"version": "1.0.0-next.2",
"type": "module",
"scripts": {

@@ -5,0 +6,0 @@ "lint": "eslint --ignore-path .gitignore \"**/*.{ts,js,svelte}\" && npm run check-format",

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