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

sitemapper

Package Overview
Dependencies
Maintainers
1
Versions
53
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 3.1.3 to 3.1.4

3

lib/assets/sitemapper.js

@@ -101,3 +101,4 @@ "use strict";

return new Promise(function (resolve) {
var requester = (0, _got["default"])(url, requestOptions).then(function (response) {
var requester = (0, _got["default"])(url, requestOptions);
requester.then(function (response) {
if (!response || response.statusCode !== 200) {

@@ -104,0 +105,0 @@ clearTimeout(_this2.timeoutTable[url]);

{
"name": "sitemapper",
"version": "3.1.3",
"version": "3.1.4",
"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