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

@svelteness/kit-docs

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svelteness/kit-docs - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

4

client/loaders/index.js

@@ -37,6 +37,6 @@ import { isString } from '../utils/unit';

const matchedPath = matchSidebarPath(event.url, path);
if (!matchedPath)
if (matchedPath === null)
return null;
try {
const res = await event.fetch(`${base}/kit-docs/${slugToRequestParam(matchedPath)}.sidebar`);
const res = await event.fetch(`${base}/kit-docs/${matchedPath === '' ? 'index' : slugToRequestParam(matchedPath)}.sidebar`);
return res.json();

@@ -43,0 +43,0 @@ }

{
"name": "@svelteness/kit-docs",
"version": "1.1.4",
"version": "1.1.5",
"description": "Documentation integration for SvelteKit.",

@@ -5,0 +5,0 @@ "license": "MIT",

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

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