Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

is-md

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-md

Check if a filepath is a Markdown file

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
72
60%
Maintainers
1
Weekly downloads
 
Created
Source

is-md Build Status

Check if a filepath is a Markdown file

Install

$ npm install --save is-md

Usage

var isMd = require('is-md');

isMd('src/unicorn.md');
//=> true

isMd('src/unicorn.png');
//=> false

License

MIT © Sindre Sorhus

Keywords

markdown

FAQs

Package last updated on 22 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts