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.13 to 0.1.14

14

index.js

@@ -1,10 +0,10 @@

//import babelParser from "@babel/parser";
import babelParser from "@babel/parser";
//import fs from "fs";
//import PropTypes from "prop-types";
//import { warn } from "console";
import PropTypes from "prop-types";
import { warn } from "console";
const babelParser = require("@babel/parser");
//const babelParser = require("@babel/parser");
const fs = require("fs");
const PropTypes = require("prop-types");
const { warn } = require("console");
//const PropTypes = require("prop-types");
//const { warn } = require("console");

@@ -200,2 +200,2 @@ const buildSitemap = (fileName, buildPath, url) => {

module.default = buildSitemap;
export default buildSitemap;
{
"name": "react-build-sitemap",
"version": "0.1.13",
"version": "0.1.14",
"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