Socket
Socket
Sign inDemoInstall

gulp-sitemap

Package Overview
Dependencies
88
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

LICENSE.MD

92

package.json
{
"name": "gulp-sitemap",
"version": "0.2.1",
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream",
"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"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"watchTest": "mocha -R spec --watch test/test.js",
"test": "mocha test/test.js"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"gulp",
"js",
"javascript",
"seo",
"sitemap",
"sitemap.xml",
"google",
"search-engine",
"xml"
],
"dependencies": {
"gulp-util": "~2.2.12",
"through2": "~0.4.0",
"slash": "^0.1.1"
},
"devDependencies": {
"gulp": "^3.6.0",
"mocha": "*",
"should": "^3.2.0"
}
"name": "gulp-sitemap",
"version": "0.2.2",
"description": "Generate a search engine friendly sitemap.xml using a Gulp stream",
"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"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"LICENSE.MD"
],
"scripts": {
"watchTest": "mocha -R spec --watch test/test.js",
"test": "mocha test/test.js"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"gulp",
"js",
"javascript",
"seo",
"sitemap",
"sitemap.xml",
"google",
"search-engine",
"xml"
],
"dependencies": {
"gulp-util": "~2.2.12",
"slash": "^0.1.3",
"through2": "~0.4.0"
},
"devDependencies": {
"gulp": "^3.6.2",
"mocha": "^1.19.0",
"should": "^3.3.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc