Socket
Socket
Sign inDemoInstall

gulp-sitemap

Package Overview
Dependencies
62
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.0 to 1.0.0

27

package.json
{
"name": "gulp-sitemap",
"version": "0.8.0",
"version": "1.0.0",
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream",
"repository": "pgilad/gulp-sitemap",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pgilad/gulp-sitemap"
},
"homepage": "https://github.com/pgilad/gulp-sitemap",
"bugs": "https://github.com/pgilad/gulp-sitemap/issues",
"author": {
"name": "Gilad Peleg",
"email": "giladp007@gmail.com"
"email": "giladp007@gmail.com",
"url": "http://giladpeleg.com"
},
"engines": {
"node": ">=0.10.0"
},
"main": "index.js",
"files": [
"index.js",
"LICENSE.md",
"lib"
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {

@@ -28,3 +24,2 @@ "watchTest": "mocha -R spec --watch test/test.js",

},
"main": "index.js",
"keywords": [

@@ -35,6 +30,6 @@ "gulpplugin",

"javascript",
"seo",
"SEO",
"sitemap",
"sitemap.xml",
"google",
"Google",
"search-engine",

@@ -50,3 +45,3 @@ "xml"

"devDependencies": {
"gulp": "^3.8.8",
"gulp": "^3.8.9",
"mocha": "*",

@@ -53,0 +48,0 @@ "should": "*"

@@ -110,2 +110,6 @@ # [gulp](https://github.com/wearefractal/gulp)-sitemap

## Complementary plugins
- [gulp-sitemap-files](https://github.com/adam-lynch/gulp-sitemap-files) - Get all files listed in a sitemap (Perhaps one generated from this plugin)
## Thanks

@@ -117,2 +121,2 @@

MIT ©2014 **Gilad Peleg**
MIT ©[Gilad Peleg](http://giladpeleg.com)
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