New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sitemap-generator-cli

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sitemap-generator-cli - npm Package Compare versions

Comparing version 6.2.0 to 6.2.1

2

index.js

@@ -14,3 +14,3 @@ #!/usr/bin/env node

.option('-q, --query', 'consider query string')
.option('-u, --user-agent')
.option('-u, --user-agent', 'set custom User Agent')
.option('-v, --verbose', 'print details when crawling')

@@ -17,0 +17,0 @@ .parse(process.argv);

{
"name": "sitemap-generator-cli",
"version": "6.2.0",
"version": "6.2.1",
"description": "Create xml sitemaps from the command line.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/lgraubner/sitemap-generator-cli",

@@ -49,6 +49,7 @@ # Sitemap Generator CLI

-h, --help output usage information
-V, --version output the version number
-q, --query consider query string
-v, --verbose print details when crawling
-h, --help output usage information
-V, --version output the version number
-q, --query consider query string
-u, --user-agent set custom User Agent
-v, --verbose print details when crawling
```

@@ -60,2 +61,6 @@

### user-agent
Set a custom User Agent used for crawling. Default is `Node/SitemapGenerator`.
### verbose

@@ -62,0 +67,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc