sitemap-getter
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"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! |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21813
60