Socket
Socket
Sign inDemoInstall

gulp-sitemap

Package Overview
Dependencies
87
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

4

index.js

@@ -37,4 +37,4 @@ 'use strict';

return through.obj(function (file, enc, cb) {
//pass through empty files but not html
if (file.isNull() && !/\.html?$/.test(path.extname(file.path))) {
//we handle null files (that have no contents), but not dirs
if (file.isDirectory()) {
this.push(file);

@@ -41,0 +41,0 @@ return cb();

{
"name": "gulp-sitemap",
"version": "0.3.1",
"version": "0.3.2",
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream",

@@ -5,0 +5,0 @@ "license": "MIT",

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