New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sveltejs/kit

Package Overview
Dependencies
Maintainers
4
Versions
821
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.17.0 to 2.17.1

2

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

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

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

import { base, assets } from '__sveltekit/paths';
import { base, assets, relative } from '__sveltekit/paths';
import { text } from '../../../exports/index.js';

@@ -50,2 +50,6 @@ import { s } from '../../../utils/misc.js';

if (!relative) {
return `import('${base}/${import_path}')`;
}
// Else we make them relative to the server-side route resolution request

@@ -52,0 +56,0 @@ // to support IPFS, the internet archive, etc.

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