Socket
Socket
Sign inDemoInstall

gulp-sitemap

Package Overview
Dependencies
72
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.2.0

8

index.js

@@ -12,9 +12,9 @@ 'use strict';

var config = defaults(options || {}, {
newLine: gutil.linefeed,
changefreq: null,
fileName: 'sitemap.xml',
changefreq: null,
spacing: ' ',
priority: null,
lastmod: null,
mappings: [],
newLine: gutil.linefeed,
priority: null,
spacing: ' ',
verbose: false

@@ -21,0 +21,0 @@ });

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

@@ -43,9 +43,10 @@ "repository": "pgilad/gulp-sitemap",

"slash": "^1.0.0",
"through2": "^0.6.5"
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-rename": "^1.2.2",
"mocha": "^2.2.4",
"should": "^6.0.1"
"should": "^7.0.2"
}
}
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