0.1.4 • Published 7 years ago

optional v0.1.4

Weekly downloads
831,933
License
MIT
Repository
github
Last release
7 years ago

#OPTIONAL

Node-optional allows you to optionally 'require' modules without surrounding everything with 'try/catch'. Usage and installation is easy and this module itself is very easy and straightforward to use.

##Install

  npm install optional

##Usage

var optional = require("./optional");

var express = optional("express");
var fs = optional("fs");

console.log("express: " + express);
console.log("fs: " + fs);

Output:

express: null
fs: [object Object]

##Changelog ###v0.1.0-2

  • Corrected bug when trying to optionally include relative paths
@infinitebrahmanuniverse/nolb-opt@everything-registry/sub-chunk-2385flip-neutrinoflatcflamingofe-gulpexpress-microservice-starterexpress-microservice-starter-exfrix-guijkmodjamonerohcmstorybookhtml-2-reactgenerator-brei-appgenerator-brei-nextgrind-assetsgrishjan-nestjs-graphql-federationgulp-data-jsongstore-nodeguidesmiths-microservice-examplegurth265izekafka-node-oauthkafka-node-sidvkafka-node2kafka-nodekafka-node-als-clonekafka-for-nodeimagemin-hokkooignis-validatehermes-relay-starterhomebridge-bloomskymetaloggernestjs-extensionsnestjs-testnestjs-corenest-servernestjs-clientmega-kafka-nodeload-from-cwd-or-npmmosaic-handlebars-helpersppcn-metricsnode-user-confignotadd-srcprometheus-gc-statspromster-ppcn-metrics@saperiuminc/saperium-kafka-nodepusshkeyreport-viewer-defaultastro-accelerator@white-matrix/hyperledger-trustidsentakuasset-uploader@zalastax/nolb-optrefdata@wearedevx/gstore-nodereceita-soap@w3sec/goofregression-external-dto@asiz33/smartblok-vendure-pluginstrong-soap-jibzstrong-soap-no-datebtlejuicecaici-datacommon-moduleconfigisepyramid-irccourtbot-enginecourtbot-engine-twilio@bung87/papercsssoap-iopsoap-noendlessloopsoap-gcsoap-rawmessagesoap-restifysoapsunwaystatic-base-contribbroccoli-webpdgty-kafka-node@epiclabs/kafka-node@evkj/x-site-admin@evkj/x-site-apiubt-gulptux-scriptsweare-soaptransbank-ficpcs6_logger@jhnlsn/metalogger@minowara/h265ize@hoanghuy/kafka-nodeepic-kafka-nodewmf-kafka-node@iota-fork/kafka-node@neskjs/core@neskjs/microservices@neskjs/testing@nest/core@nest/microservices@nest/testing@linaframework/core
0.1.4

7 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

10 years ago

0.1.0-2

11 years ago

0.1.0-1

11 years ago