Socket
Socket
Sign inDemoInstall

gulp-sitemap

Package Overview
Dependencies
3
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

index.js

@@ -58,2 +58,3 @@ 'use strict';

//push file to xml
xmlOutput.push(spacing + '<url>');

@@ -84,2 +85,3 @@ xmlOutput.push(spacing + spacing + '<loc>' + loc + '</loc>');

//push file to stream
this.push(sitemapFile);

@@ -86,0 +88,0 @@ gutil.log('Generated', gutil.colors.blue(fileName));

3

package.json
{
"name": "gulp-sitemap",
"version": "0.1.2",
"version": "0.1.3",
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream",

@@ -30,2 +30,3 @@ "license": "MIT",

"sitemap",
"sitemap.xml",
"google",

@@ -32,0 +33,0 @@ "search-engine",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc