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

@nuxtjs/sitemap

Package Overview
Dependencies
Maintainers
8
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/sitemap - npm Package Compare versions

Comparing version 5.1.4 to 5.1.5

dist/client/_nuxt/-hLHpAOl.js

2

dist/client/_nuxt/builds/latest.json

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

{"id":"97dc3a07-5950-4817-9cc7-c3f152b35f42","timestamp":1712630908275}
{"id":"9c660240-bc8b-4a63-883d-04cd5c521393","timestamp":1714999410100}

@@ -8,3 +8,3 @@ {

"configKey": "sitemap",
"version": "5.1.3"
"version": "5.1.4"
}

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

declare const _default: import("nitropack/dist/runtime/plugin").NitroAppPlugin;
declare const _default: any;
export default _default;

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

declare const _default: import("nitropack/dist/runtime/plugin").NitroAppPlugin;
declare const _default: any;
export default _default;
import type { ModuleRuntimeConfig, ResolvedSitemapUrl, SitemapSourceResolved } from '../../../types';
export declare function normaliseI18nSources(sources: SitemapSourceResolved[], { autoI18n, isI18nMapped }: {
export declare function normaliseI18nSources(sources: SitemapSourceResolved[], { autoI18n, isI18nMapped, include, exclude }: {
autoI18n: ModuleRuntimeConfig['autoI18n'];
isI18nMapped: boolean;
}): SitemapSourceResolved[];
export declare function applyI18nEnhancements(_urls: ResolvedSitemapUrl[], options: Pick<Required<ModuleRuntimeConfig>, 'autoI18n' | 'isI18nMapped'> & {
sitemapName: string;
}): ResolvedSitemapUrl[];
} & Pick<ModuleRuntimeConfig['sitemaps'][string], 'sitemapName' | 'include' | 'exclude'>): SitemapSourceResolved[];
export declare function applyI18nEnhancements(_urls: ResolvedSitemapUrl[], options: Pick<Required<ModuleRuntimeConfig>, 'autoI18n' | 'isI18nMapped'> & Pick<ModuleRuntimeConfig['sitemaps'][string], 'sitemapName' | 'include' | 'exclude'>): ResolvedSitemapUrl[];

@@ -8,1 +8,7 @@ import type { FilterInput } from './types';

export declare function normalizeRuntimeFilters(input?: FilterInput[]): (RegExp | string)[];
export interface CreateFilterOptions {
include?: (FilterInput | string | RegExp)[];
exclude?: (FilterInput | string | RegExp)[];
}
export declare function createPathFilter(options?: CreateFilterOptions): (loc: string) => boolean;
export declare function createFilter(options?: CreateFilterOptions): (path: string) => boolean;
{
"name": "@nuxtjs/sitemap",
"type": "module",
"version": "5.1.4",
"packageManager": "pnpm@8.15.5",
"version": "5.1.5",
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",

@@ -35,4 +34,4 @@ "author": {

"dependencies": {
"@nuxt/devtools-kit": "^1.1.5",
"@nuxt/devtools-ui-kit": "^1.1.5",
"@nuxt/devtools-kit": "^1.2.0",
"@nuxt/devtools-ui-kit": "^1.2.0",
"@nuxt/kit": "^3.11.2",

@@ -48,6 +47,6 @@ "@vueuse/core": "^10.9.0",

"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"pkg-types": "^1.1.0",
"radix3": "^1.1.2",
"semver": "^7.6.0",
"shiki": "1.2.4",
"shiki": "1.3.0",
"sirv": "^2.0.4",

@@ -58,18 +57,18 @@ "site-config-stack": "^2.2.12",

"devDependencies": {
"@antfu/eslint-config": "^2.12.2",
"@antfu/eslint-config": "^2.16.1",
"@nuxt/content": "^2.12.1",
"@nuxt/kit": "^3.11.1",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "^3.12.0",
"@nuxt/ui": "^2.15.1",
"@nuxt/kit": "^3.11.2",
"@nuxt/module-builder": "0.5.5",
"@nuxt/test-utils": "^3.12.1",
"@nuxt/ui": "^2.15.2",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "8.3.0",
"bumpp": "^9.4.0",
"eslint": "9.0.0",
"bumpp": "^9.4.1",
"eslint": "9.1.1",
"execa": "^8.0.1",
"nuxt": "^3.11.2",
"nuxt-icon": "^0.6.10",
"nuxt-simple-robots": "^4.0.0-rc.16",
"typescript": "^5.4.4",
"vitest": "^1.4.0"
"nuxt-simple-robots": "^4.0.0-rc.17",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
},

@@ -76,0 +75,0 @@ "build": {

@@ -44,3 +44,3 @@ <h1 align='center'>@nuxtjs/sitemap</h1>

1. Install `@nuxtjs/sitemap` dependency to your project:
Install `@nuxtjs/sitemap` dependency to your project:

@@ -51,10 +51,2 @@ ```bash

2. Add it to your `modules` section in your `nuxt.config`:
```ts
export default defineNuxtConfig({
modules: ['@nuxtjs/sitemap']
})
```
# Documentation

@@ -61,0 +53,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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