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.1.3 to 1.2.0

9

index.js

@@ -31,5 +31,5 @@ // Generated by CoffeeScript 1.10.0

sitemapParser = (function() {
function sitemapParser(url_cb1, sitemap_cb) {
function sitemapParser(url_cb1, sitemap_cb1) {
this.url_cb = url_cb1;
this.sitemap_cb = sitemap_cb;
this.sitemap_cb = sitemap_cb1;
this.parse = bind(this.parse, this);

@@ -109,2 +109,7 @@ this.visited_sitemaps = {};

exports.parseSitemap = function(url, url_cb, sitemap_cb, done) {
sitemapParser = new sitemapParser(url_cb, sitemap_cb);
return sitemapParser.parse(url, done);
};
exports.parseSitemaps = function(urls, url_cb, done) {

@@ -111,0 +116,0 @@ var queue;

{
"name": "sitemap-stream-parser",
"version": "1.1.3",
"version": "1.2.0",
"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