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

react-build-sitemap

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-build-sitemap - npm Package Compare versions

Comparing version 0.1.9 to 0.1.10

13

index.js

@@ -1,6 +0,11 @@

import babelParser from "@babel/parser";
import fs from "fs";
import PropTypes from "prop-types";
import { warn } from "console";
//import babelParser from "@babel/parser";
//import fs from "fs";
//import PropTypes from "prop-types";
//import { warn } from "console";
const babelParser = require("@babel/parser");
const fs = require("fs");
const PropTypes = require("prop-types");
const { warn } = require("console");
const buildSitemap = (fileName, buildPath, url) => {

@@ -7,0 +12,0 @@ // check for file type (typescript/javascript)

{
"name": "react-build-sitemap",
"version": "0.1.9",
"version": "0.1.10",
"description": "simple library that generates a sitemap from your react router",

@@ -5,0 +5,0 @@ "main": "./index.js",

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