New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

express-markdown

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-markdown - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/markdown.js

@@ -23,3 +23,3 @@ var fs = require('fs'),

if (file.slice(-3) !== '.md')
if (file.slice(-3) !== '.md' && file.slice(-9) !== '.markdown')
return next();

@@ -26,0 +26,0 @@

{
"name": "express-markdown",
"description": "Express middleware for rendering markdown files",
"version": "0.0.2",
"version": "0.0.3",
"author": {

@@ -6,0 +6,0 @@ "name": "James Hight"

@@ -8,2 +8,7 @@ express-markdown

Installation
------------
npm install express-markdown
Usage

@@ -10,0 +15,0 @@ -----

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