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

@sveltejs/kit

Package Overview
Dependencies
Maintainers
0
Versions
815
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.9.0 to 2.9.1

2

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

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

@@ -139,3 +139,4 @@ import { get_route_segments } from '../../../utils/routing.js';

// remove all [[optional]] parts unless they're at the very end
.replace(/\[\[[^\]]+\]\](?!$)/g, '')
// or it ends with a route group
.replace(/\[\[[^\]]+\]\](?!(?:\/\([^/]+\))*$)/g, '')
).filter(Boolean);

@@ -142,0 +143,0 @@ }

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