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

neogarden

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neogarden - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

package.json
{
"name": "neogarden",
"version": "0.0.10",
"version": "0.0.11",
"type": "module",

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

@@ -13,3 +13,3 @@ import { getClient } from "./getClient";

export async function loadPage({ request, params, fetchLinks }) {
export async function loadPage({ request, params, fetchLinks = '' }) {
const client = getClient();

@@ -24,3 +24,3 @@ const config = getConfig();

fetchLinks,
lang: getLocale(params.lang),
lang: getLocale(params),
};

@@ -27,0 +27,0 @@ const { pathname } = new URL(request.url);

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