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.12 to 0.0.13

10

lib/utils/generateMarkdown.js

@@ -27,3 +27,3 @@ "use strict";

.map(conditional => {
return `> **Value**:${conditional.value}
return `> **Value**: \`${conditional.value}\`
> **Line**: [${file}#L${conditional.line}](${file}#L${conditional.line})`;

@@ -36,3 +36,3 @@ })

.map(comment => {
return `> **Value**:${comment.value}
return `> **Value**: \`${comment.value}\`
> **Line**: [${file}#L${comment.line}](${file}#L${comment.line})`;

@@ -45,3 +45,3 @@ })

.map(error => {
return `> **Value**:${error.value}
return `> **Value**: \`${error.value}\`
> **Line**: [${file}#L${error.line}](${file}#L${error.line})`;

@@ -54,3 +54,3 @@ })

.map(query => {
return `> **Value**:${query}`;
return `> **Value**: \`${query}\``;
})

@@ -62,3 +62,3 @@ .join('\n\n') || '*None*'}

.map(route => {
return `> **Value**:${route}`;
return `> **Value**: \`${route}\``;
})

@@ -65,0 +65,0 @@ .join('\n\n') || '*None*'}

{
"name": "next-routes-readme",
"version": "0.0.12",
"version": "0.0.13",
"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