Socket
Socket
Sign inDemoInstall

@sveltejs/kit

Package Overview
Dependencies
Maintainers
4
Versions
785
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.5.14 to 2.5.15

2

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -56,5 +56,5 @@ import { read_implementation, manifest } from '__sveltekit/server';

const file = DEV
? decodeURIComponent(asset.startsWith('/@fs') ? asset : asset.slice(base.length + 1))
: asset.slice(base.length + 1);
const file = decodeURIComponent(
DEV && asset.startsWith('/@fs') ? asset : asset.slice(base.length + 1)
);

@@ -61,0 +61,0 @@ if (file in manifest._.server_assets) {

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