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

@alex-drocks/react-snap-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alex-drocks/react-snap-sitemap - npm Package Compare versions

Comparing version 0.1.7 to 0.2.0

12

package.json

@@ -7,12 +7,14 @@ {

},
"version": "0.1.7",
"version": "0.2.0",
"description": "Create a sitemap post react-snap SSR",
"keywords": ["automatic sitemap generator", "react-snap"],
"keywords": [
"automatic sitemap generator",
"react-snap"
],
"main": "index.js",
"license": "MIT",
"private": false,
"dependencies": {
"fs": "^0.0.1-security",
"util": "^0.12.1",
"xmlbuilder": "^13.0.2"
"util": "^0.12.3",
"xmlbuilder": "15.1.1"
},

@@ -19,0 +21,0 @@ "bin": {

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

url === baseUrl
url + "/" === baseUrl
? u.ele('priority', 1)

@@ -112,0 +112,0 @@ : u.ele('priority', 0.8);

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