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

react-router-sitemap-generator

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-sitemap-generator - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

11

dist/Generator.js

@@ -44,6 +44,11 @@ "use strict";

path = props.path;
children === null || children === void 0 ? void 0 : children.forEach(function (child) {
components.push(child);
});
if (Array.isArray(children)) {
children === null || children === void 0 ? void 0 : children.forEach(function (child) {
components.push(child);
});
} else if (children != null) {
components.push(children);
}
if (path != null) {

@@ -50,0 +55,0 @@ this._paths.push(path);

{
"name": "react-router-sitemap-generator",
"version": "0.0.4",
"version": "0.0.5",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "files": [

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