Socket
Socket
Sign inDemoInstall

sitemapper

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemapper - npm Package Compare versions

Comparing version 1.0.1 to 1.0.3

6

lib/sitemap.js

@@ -29,5 +29,6 @@ /*

}
else{
callback(err, "Error");
else if (!err) {
err = new Error('Sitemapper: Server returned a non-200 status');
}
callback(err, "Error");
});

@@ -63,2 +64,3 @@ };

error = "no valid xml";
callback(err,sites);
}

@@ -65,0 +67,0 @@ }else{

{
"name": "sitemapper",
"version": "1.0.1",
"version": "1.0.3",
"description": "Parser for XML Sitemaps to be used with Robots.txt and web crawlers",

@@ -5,0 +5,0 @@ "keywords": [

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