Socket
Socket
Sign inDemoInstall

sitemap

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemap - npm Package Versions

23
8

8.0.0

Diff

Changelog

Source

8.0.0

  • fix #423 via #424 thanks @huntharo - Propagate errors in SitemapAndIndexStream
  • drop node 12 support
derduher
published 7.1.2 •

Changelog

Source

7.1.2

  • fix #425 via #426 thanks to @huntharo update streamToPromise to bubble up errors + jsDoc
  • fix #415 thanks to @mohd-akram Fix circular dependency breaking Node.js 20.6
  • non-breaking updates of dependent packages
derduher
published 7.1.1 •

Changelog

Source

7.1.1

  • fix #378 exit code not set on parse failure. A proper error will be set on the stream now.
  • fix #384 thanks @tomcek112 parseSitemapIndex not included in 7.1.0 release
  • fix #356 thanks @vandres - SitemapIndexStream now has lastmodDateOnly
  • Fix #375 thanks @huntharo parseSitemap and parseSitemapIndex uncatchable errors
  • Filter out null as well when writing XML thanks @huntharo #376
derduher
published 7.1.0 •

Changelog

Source

7.1.0

  • bumped types dependency for node
  • bumped all dev dependencies - includes some prettier changes
  • package-lock updated to version 2
derduher
published 7.0.0 •

Changelog

Source

7.0.0

[BREAKING]

  • dropped support for Node 10, added support for Node 16
  • removed deprecated createSitemapsAndIndex. use SitemapAndIndexStream or simpleSitemapAndIndex
  • dropped deprecated getSitemapStream option for SitemapAndIndexStream that does not return a write stream
  • fixed invalid documentation for #357

non-breaking

  • Added option to simplesitemap publicBasePath: allows the user to set the location of sitemap files hosted on the site fixes [#359]
  • bumped dependencies
derduher
published 6.4.0 •

Changelog

Source

6.4.0

  • added support for content_loc parsing #347 and uploader info attr
  • added error handler option to sitemapstream #349 Thanks @marcoreni
derduher
published 6.3.6 •

Changelog

Source

6.3.6

  • bump dependencies
derduher
published 6.3.5 •

Changelog

Source

6.3.5

  • Add option to silence or redirect logs from parse #337
    • new XMLToSitemapItemStream({ logger: false }) or
    • new XMLToSitemapItemStream({ level: ErrorLevel.SILENT }) or
    • new XMLToSitemapItemStream({ logger: (level, ...message) => your.custom.logger(...message) })
derduher
published 6.3.4 •

Changelog

Source

6.3.4

  • bump dependencies
  • correct return type of xmllint. Was Promise<null> but actually returned Promise<void>
  • add alternate option for lang, hreflang as that is the actual name of the printed attribute
derduher
published 6.3.3 •

Changelog

Source

6.3.3

  • bump ts to 4
  • change file reference in sitemap-index to include .gz fixes #334
23
8
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc