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

next-routes-readme

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-routes-readme - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

6

lib/index.js

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

const addTableOfContents_1 = require("./utils/addTableOfContents");
const projectRoot = path_1.default.resolve(process.cwd());
const getArguments_1 = require("./utils/getArguments");
const projectRoot = (0, getArguments_1.getArgumentValue)('dir');
fs_1.default.writeFileSync(constants_1.constants.markdownFilename, '');

@@ -21,2 +22,5 @@ const currentFiles = [];

async function main() {
if (!projectRoot) {
throw new Error('Please provide a valid project root directory.');
}
console.log(`Generating docs for: ${projectRoot}`);

@@ -23,0 +27,0 @@ await (0, traverseDictory_1.traverseDirectory)(projectRoot, async (file) => {

2

package.json
{
"name": "next-routes-readme",
"version": "0.0.19",
"version": "0.0.20",
"description": "Creates README badges from istanbul coverage report",

@@ -5,0 +5,0 @@ "type": "commonjs",

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