Socket
Socket
Sign inDemoInstall

module-exists

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

module-exists

Check if a node module or file exists or not


Version published
Weekly downloads
581
increased by19.3%
Maintainers
1
Weekly downloads
 
Created
Source

module exists

Simply easy: Checks if a node module or file exists or not

Installation

npm install module-exists --save

Basic Usage

var module_exists = require('module-exists');
if (module_exists('nodeunit')) {
   ...
}
if (module_exists('./lib/helper.js')) {
   var helper = require('./lib/helper.js');
}

Run tests

npm install -g nodeunit
npm test

Inspired by Francois-Guillaume Ribreau Contributors: Tushar Mathur (typescript)

Keywords

FAQs

Package last updated on 23 Jun 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc