Comparing version 1.0.0 to 1.0.1
@@ -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); | ||
}); | ||
}); | ||
}); |
{ | ||
"name": "sitemap2", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Sitemap-generating framework", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
6
0
61233
35
889