Socket
Socket
Sign inDemoInstall

@sveltejs/adapter-node

Package Overview
Dependencies
Maintainers
4
Versions
161
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 5.0.1 to 5.0.2

4

files/handler.js

@@ -1043,2 +1043,4 @@ import 'SHIMS';

*/
// TODO 3.0 make the signature synchronous?
// eslint-disable-next-line @typescript-eslint/require-await
async function getRequest({ request, base, bodySizeLimit }) {

@@ -1062,2 +1064,4 @@ return new Request(base + request.url, {

*/
// TODO 3.0 make the signature synchronous?
// eslint-disable-next-line @typescript-eslint/require-await
async function setResponse(res, response) {

@@ -1064,0 +1068,0 @@ for (const [key, value] of response.headers) {

16

package.json
{
"name": "@sveltejs/adapter-node",
"version": "5.0.1",
"version": "5.0.2",
"description": "Adapter for SvelteKit apps that generates a standalone Node server",
"keywords": [
"adapter",
"deploy",
"hosting",
"node.js",
"svelte",
"sveltekit"
],
"repository": {

@@ -34,7 +42,7 @@ "type": "git",

"typescript": "^5.3.3",
"vitest": "^1.2.0",
"@sveltejs/kit": "^2.5.3"
"vitest": "^1.6.0",
"@sveltejs/kit": "^2.5.11"
},
"dependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",

@@ -41,0 +49,0 @@ "@rollup/plugin-node-resolve": "^15.2.3",

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