
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
require-from-string
Advanced tools
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
vm2 is a sandbox that can run untrusted code with whitelisted Node.js built-in modules. It's more feature-rich and focuses on security by providing a secure environment to execute code, whereas require-from-string simply loads modules from strings without sandboxing or security features.
The eval package is another alternative that allows for execution of code contained in strings. However, it's generally less safe than require-from-string because it executes the code in the global context, which can lead to potential security issues. require-from-string focuses on module loading rather than arbitrary code execution.
FAQs
Require module from string
The npm package require-from-string receives a total of 81,006,268 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 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.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.