Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

static-sitemap-cli

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

static-sitemap-cli - npm Package Compare versions

Comparing version 2.2.3 to 2.2.4

30

package.json
{
"name": "static-sitemap-cli",
"version": "2.2.3",
"version": "2.2.4",
"description": "CLI to generate XML sitemaps for static sites from local filesystem",

@@ -13,21 +13,23 @@ "author": "Jason Lee <jason@zerodevx.com>",

"scripts": {
"format": "prettier --ignore-path .gitignore --write .",
"lint": "eslint --ignore-path .gitignore .",
"test": "npm run format && npm run lint && ava && npx publint"
"format": "prettier --write .",
"lint": "eslint",
"test": "prettier --check . && eslint && ava && npx publint"
},
"dependencies": {
"commander": "^11.0.0",
"cosmiconfig": "^8.2.0",
"fast-glob": "^3.3.0",
"htmlparser2": "^9.0.0",
"fast-glob": "^3.3.2",
"htmlparser2": "^9.1.0",
"js2xmlparser": "^5.0.0",
"micromatch": "^4.0.5",
"micromatch": "^4.0.7",
"tiny-async-pool": "^2.1.0"
},
"devDependencies": {
"ava": "^5.3.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"execa": "^7.1.1",
"prettier": "^2.8.8"
"@eslint/js": "^9.5.0",
"ava": "^6.1.3",
"commander": "^12.1.0",
"cosmiconfig": "^9.0.0",
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"execa": "^9.2.0",
"globals": "^15.5.0",
"prettier": "^3.3.2"
},

@@ -34,0 +36,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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