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
5
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 0.0.3 to 0.0.5

LICENSE

23

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="0.0.5"></a>
## [0.0.5](https://github.com/nuxt-community/sitemap-module/compare/v0.0.4...v0.0.5) (2018-04-14)
### Bug Fixes
* wrap async calls ([b1b785a](https://github.com/nuxt-community/sitemap-module/commit/b1b785a))
<a name="0.0.4"></a>
## 0.0.4 (2018-03-20)
### Bug Fixes
* add routesUnion() method to combine routes arrays ([5d4f5b7](https://github.com/nuxt-community/sitemap-module/commit/5d4f5b7))
<a name="0.0.3"></a>

@@ -7,0 +26,0 @@ ## [0.0.3](https://github.com/nuxt/modules/compare/@nuxtjs/sitemap@0.0.2...@nuxtjs/sitemap@0.0.3) (2017-08-03)

{
"name": "@nuxtjs/sitemap",
"version": "0.0.3",
"version": "0.0.5",
"description": "Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects",
"license": "MIT",
"main": "index.js",
"repository": "https://github.com/nuxt/modules",
"homepage": "https://github.com/nuxt/modules/tree/master/modules/sitemap",
"contributors": [
{
"name": "Nicolas Pennec"
},
{
"name": "Pooya Parsa"
}
],
"main": "src/index.js",
"repository": "https://github.com/nuxt-community/sitemap-module",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt test/fixture",
"lint": "eslint src test",
"test": "npm run lint && jest",
"release": "standard-version && git push --follow-tags && npm publish"
},
"files": [
"src"
],
"jest": {
"testEnvironment": "node",
"collectCoverage": true
},
"dependencies": {
"async-cache": "^1.1.0",
"fs-extra": "^4.0.0",
"fs-extra": "^5.0.0",
"is-https": "^1.0.0",
"lodash": "^4.17.4",
"lodash": "^4.17.5",
"minimatch": "^3.0.4",
"pify": "^3.0.0",
"sitemap": "^1.13.0"
},
"devDependencies": {
"nuxt": "latest",
"codecov": "latest",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-vue": "latest",
"jest": "latest",
"jsdom": "latest",
"standard-version": "latest"
}
}

26

README.md

@@ -1,7 +0,13 @@

# Sitemap
[![npm](https://img.shields.io/npm/dt/@nuxtjs/sitemap.svg?style=flat-square)](https://www.npmjs.com/package/@nuxtjs/sitemap)
[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/sitemap/latest.svg?style=flat-square)](https://www.npmjs.com/package/@nuxtjs/sitemap)
# Sitemap Module
[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/sitemap/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/sitemap)
[![npm](https://img.shields.io/npm/dt/@nuxtjs/sitemap.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/sitemap)
[![CircleCI](https://img.shields.io/circleci/project/github/nuxt-community/sitemap-module.svg?style=flat-square)](https://circleci.com/gh/nuxt-community/sitemap-module)
[![Codecov](https://img.shields.io/codecov/c/github/nuxt-community/sitemap-module.svg?style=flat-square)](https://codecov.io/gh/nuxt-community/sitemap-module)
[![Dependencies](https://david-dm.org/nuxt-community/sitemap-module/status.svg?style=flat-square)](https://david-dm.org/nuxt-community/sitemap-module)
[![js-standard-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com)
> Automatically generate or serve dynamic [sitemap.xml](https://www.sitemaps.org/protocol.html) for Nuxt.js projects!
[📖 **Release Notes**](./CHANGELOG.md)
Module based on the awesome [sitemap](https://github.com/ekalinin/sitemap.js) package ❤️

@@ -27,3 +33,3 @@

'/admin/**'
]
],
routes: [

@@ -61,3 +67,3 @@ '/page/1',

This values is **mondatory** for generation sitemap file, and you should explicitly provide it for generate mode.
This values is **mandatory** for generation sitemap file, and you should explicitly provide it for generate mode.

@@ -72,5 +78,5 @@ ### `generate`

Defines how friequently should sitemap **routes** being updated.
Defines how frequently should sitemap **routes** being updated.
This option is only effective when `generate` is `false`.
Pleae note that after each invalidation, `routes` will be evalouated again. (See [routes](#routes-1) section)
Please note that after each invalidation, `routes` will be evaluated again. (See [routes](#routes-1) section)

@@ -140,4 +146,8 @@ ## Routes

## License
[MIT License](./LICENSE)
### Contributors
- [Nicolas PENNEC](https://github.com/NicoPennec)
- [Pooya Parsa](https://github.com/pi0)
- [Pooya Parsa](https://github.com/pi0)
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