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

sitemap-stream-parser

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemap-stream-parser - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

3

index.js

@@ -134,2 +134,5 @@ // Generated by CoffeeScript 1.10.0

}
if (res.statusCode !== 200) {
return cb("statusCode: " + res.statusCode);
}
matches = [];

@@ -136,0 +139,0 @@ body.replace(/^Sitemap:\s?([^\s]+)$/igm, function(m, p1) {

2

package.json
{
"name": "sitemap-stream-parser",
"version": "1.2.0",
"version": "1.2.1",
"description": "Get a list of URLs from one or more sitemaps",

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

Sorry, the diff of this file is not supported yet

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