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

@sveltejs/kit

Package Overview
Dependencies
Maintainers
4
Versions
795
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.7.3 to 2.7.4

2

package.json
{
"name": "@sveltejs/kit",
"version": "2.7.3",
"version": "2.7.4",
"description": "SvelteKit is the fastest way to build Svelte apps",

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

@@ -1064,3 +1064,3 @@ import 'svelte'; // pick up `declare module "*.svelte"`

/**
* Contains custom data that was added to the request within the [`handle hook`](https://svelte.dev/docs/kit/hooks#Server-hooks-handle).
* Contains custom data that was added to the request within the [`server handle hook`](https://svelte.dev/docs/kit/hooks#Server-hooks-handle).
*/

@@ -1067,0 +1067,0 @@ locals: App.Locals;

@@ -150,2 +150,3 @@ import fs from 'node:fs';

compilerOptions: {
// @ts-ignore - ignore this property when running `pnpm check` against Svelte 5 in the ecosystem CI
hydratable: isSvelte5Plus() ? undefined : true,

@@ -152,0 +153,0 @@ ...svelte_config.compilerOptions

@@ -32,3 +32,3 @@ /**

/**
* The interface that defines `event.locals`, which can be accessed in [hooks](https://svelte.dev/docs/kit/hooks) (`handle`, and `handleError`), server-only `load` functions, and `+server.js` files.
* The interface that defines `event.locals`, which can be accessed in server [hooks](https://svelte.dev/docs/kit/hooks) (`handle`, and `handleError`), server-only `load` functions, and `+server.js` files.
*/

@@ -35,0 +35,0 @@ export interface Locals {}

// generated during release, do not modify
/** @type {string} */
export const VERSION = '2.7.3';
export const VERSION = '2.7.4';

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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