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

sitemap2

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemap2 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

12

dist/index.js

@@ -28,12 +28,2 @@ 'use strict';

/**
* Convert sitemaps tree to list using breadth-first search algorithm
* !hack: not class member because babel can't perform tail-recursion optimization for class members
* @memberof Sitemap
* @private
* @static
* @param {Array} result
* @param {Array} result
*/
function _reduceSitemapsTreeToList(_x, _x2) {

@@ -81,3 +71,3 @@ var _again = true;

* @param {String} [conf.urls[].changefreq] - How frequently the page is likely to change: 'always'|'hourly'|'daily'|'weekly'|'monthly'|'yearly'|'never'
* @param {String} [conf.urls[].priority=0.5] - The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0
* @param {String} [conf.urls[]. priority=0.5] - The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0
*

@@ -84,0 +74,0 @@ *

@@ -9,4 +9,2 @@ var gulp = require('gulp');

var childProcess = require('child_process');
gulp.task('watch', function () {

@@ -43,11 +41,1 @@ gulp.watch('lib/**/*.js', ['build']);

}
gulp.task('watch2', function () {
gulp.watch('lib/**/*.js', function (event) {
// -t ./node_modules/jsdoc3-bootstrap
childProcess.exec('jsdoc lib -d docs --private', function (error, stdout, stderr) {
console.log(stdout);
console.log(stderr);
});
});
});

2

package.json
{
"name": "sitemap2",
"version": "1.0.0",
"version": "1.0.1",
"description": "Sitemap-generating framework",

@@ -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