Socket
Socket
Sign inDemoInstall

@sveltejs/kit

Package Overview
Dependencies
Maintainers
4
Versions
780
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sveltejs/kit - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

2

package.json
{
"name": "@sveltejs/kit",
"version": "2.3.4",
"version": "2.3.5",
"description": "The fastest way to build Svelte apps",

@@ -5,0 +5,0 @@ "repository": {

@@ -1,2 +0,3 @@

import { existsSync, statSync, createReadStream, createWriteStream } from 'node:fs';
import colors from 'kleur';
import { createReadStream, createWriteStream, existsSync, statSync } from 'node:fs';
import { extname, resolve } from 'node:path';

@@ -156,2 +157,12 @@ import { pipeline } from 'node:stream';

if (existsSync(dest)) {
console.log(
colors
.bold()
.yellow(
`Overwriting ${dest} with fallback page. Consider using a different name for the fallback.`
)
);
}
write(dest, fallback);

@@ -158,0 +169,0 @@ },

// generated during release, do not modify
/** @type {string} */
export const VERSION = '2.3.4';
export const VERSION = '2.3.5';
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