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

@sveltejs/adapter-node

Package Overview
Dependencies
Maintainers
3
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/adapter-node - npm Package Compare versions

Comparing version 0.0.16 to 0.0.18

files/server.js

12

CHANGELOG.md
# @sveltejs/adapter-node
## 0.0.18
### Patch Changes
- b3ac507: Add missing pkg.files
## 0.0.17
### Patch Changes
- Add svelte-kit start command
## 0.0.16

@@ -4,0 +16,0 @@

2

index.js

@@ -9,3 +9,3 @@ 'use strict';

builder.copy_server_files(out);
builder.copy_client_files(`${out}/assets/_app`);
builder.copy_client_files(`${out}/assets`);

@@ -12,0 +12,0 @@ fs.copyFileSync(`${__dirname}/files/server.js`, `${out}/index.js`);

{
"name": "@sveltejs/adapter-node",
"version": "0.0.16",
"version": "0.0.18",
"main": "index.js",
"files": [
"server.js"
"files"
],

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