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.0.5 to 5.1.0

dist/client/_nuxt/abap.bJqzlTLD.js

2

dist/client/_nuxt/builds/latest.json

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

{"id":"d17e65fe-31ee-4916-8142-618e3f8935de","timestamp":1705549597485}
{"id":"6bfb2cd5-4c26-466c-8718-148f406ec6ba","timestamp":1706785851272}

@@ -44,2 +44,8 @@ import * as _nuxt_schema from '@nuxt/schema';

/**
* Sitemaps to append to the sitemap index.
*
* This will only do anything when using multiple sitemaps.
*/
appendSitemaps?: (string | SitemapIndexEntry)[];
/**
* Path to the xsl that styles sitemap.xml.

@@ -154,3 +160,3 @@ *

}
type MultiSitemapsInput = Partial<MultiSitemapEntry & IndexSitemapRemotes>;
type MultiSitemapsInput = Partial<MultiSitemapEntry> & Partial<IndexSitemapRemotes>;
type MaybeFunction<T> = T | (() => T);

@@ -157,0 +163,0 @@ type MaybePromise<T> = T | Promise<T>;

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

"configKey": "sitemap",
"version": "5.0.4"
"version": "5.0.5"
}

@@ -43,2 +43,8 @@ import type { FetchOptions } from 'ofetch';

/**
* Sitemaps to append to the sitemap index.
*
* This will only do anything when using multiple sitemaps.
*/
appendSitemaps?: (string | SitemapIndexEntry)[];
/**
* Path to the xsl that styles sitemap.xml.

@@ -153,3 +159,3 @@ *

}
export type MultiSitemapsInput = Partial<MultiSitemapEntry & IndexSitemapRemotes>;
export type MultiSitemapsInput = Partial<MultiSitemapEntry> & Partial<IndexSitemapRemotes>;
export type MaybeFunction<T> = T | (() => T);

@@ -156,0 +162,0 @@ export type MaybePromise<T> = T | Promise<T>;

{
"name": "@nuxtjs/sitemap",
"type": "module",
"version": "5.0.5",
"packageManager": "pnpm@8.14.1",
"version": "5.1.0",
"packageManager": "pnpm@8.15.1",
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",

@@ -37,10 +37,10 @@ "author": {

"@nuxt/devtools-ui-kit": "^1.0.8",
"@nuxt/kit": "^3.9.3",
"@nuxt/kit": "^3.10.0",
"@vueuse/core": "^10.7.2",
"chalk": "^5.3.0",
"defu": "^6.1.4",
"floating-vue": "5.2.0",
"floating-vue": "5.2.2",
"h3-compression": "^0.3.2",
"nuxt-site-config": "^2.2.5",
"nuxt-site-config-kit": "^2.2.5",
"nuxt-site-config": "^2.2.8",
"nuxt-site-config-kit": "^2.2.8",
"ofetch": "^1.3.3",

@@ -51,4 +51,5 @@ "pathe": "^1.1.2",

"semver": "^7.5.4",
"shiki": "1.0.0-beta.2",
"sirv": "^2.0.4",
"site-config-stack": "^2.2.5",
"site-config-stack": "^2.2.8",
"ufo": "^1.3.2"

@@ -58,7 +59,7 @@ },

"@antfu/eslint-config": "^2.6.3",
"@nuxt/content": "^2.10.0",
"@nuxt/kit": "^3.9.3",
"@nuxt/content": "^2.11.0",
"@nuxt/kit": "^3.10.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/test-utils": "^3.10.0",
"@nuxt/ui": "^2.12.0",
"@nuxt/test-utils": "^3.11.0",
"@nuxt/ui": "^2.13.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",

@@ -69,7 +70,7 @@ "@nuxtjs/i18n": "8.0.0",

"execa": "^8.0.1",
"nuxt": "^3.9.3",
"nuxt": "^3.10.0",
"nuxt-icon": "^0.6.8",
"nuxt-simple-robots": "^4.0.0-rc.11",
"nuxt-simple-robots": "^4.0.0-rc.13",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
"vitest": "^1.2.2"
},

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

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