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

sitemap-getter

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemap-getter - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "sitemap-getter",
"version": "1.0.1",
"version": "1.0.2",
"description": "Fetch sitemap entirely or using streams",

@@ -5,0 +5,0 @@ "main": "dst/index.js",

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

# Sitemap parser
# Sitemap getter (parser)
Yes, another parser. But unlike the others, it returns the *entire* information from the sitemap, not only the list of URLs.
Yes, another parser. But unlike the others, it returns the *entire* information from a sitemap, not only the list of URLs.

@@ -27,6 +27,6 @@ ## Installation

~~~~
{ loc: 'https://foreignsky.ru/' }
{ loc: 'https://foreignsky.ru/pzwfCkCN2KmjRRERX',
{ loc: 'https://your-website.com/' }
{ loc: 'https://your-website.com/pzwfCkCN2KmjRRERX',
lastmod: 2017-07-09T22:00:00.000Z }
{ loc: 'https://foreignsky.ru/wNppu4ncxfS2fQ6to',
{ loc: 'https://your-website.com/wNppu4ncxfS2fQ6to',
lastmod: 2017-12-20T18:28:53.000Z }

@@ -60,2 +60,2 @@ ~~~~

Enjoy!
Enjoy!
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