require-from-string
Advanced tools
Weekly downloads
Readme
Load module from string in Node.
$ npm install --save require-from-string
var requireFromString = require('require-from-string');
requireFromString('module.exports = 1');
//=> 1
Required
Type: string
Module code.
Type: string
Default: ''
Optional filename.
Type: object
Type: Array
List of paths
, that will be appended to module paths
. Useful, when you want
to be able require modules from these paths.
Type: Array
Same as appendPaths
, but paths will be prepended.
MIT © Vsevolod Strukchinsky
Require module from string
The npm package require-from-string receives a total of 18,501,859 weekly downloads. As such, require-from-string popularity was classified as popular.
We found that require-from-string demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.