felixge / node-sandboxed-module
A sandboxed node.js module loader that lets you inject dependencies into your modules.
☆342Updated 4 years ago
Related projects ⓘ
Alternatives and complementary repositories for node-sandboxed-module
- Long stacktraces for V8 implemented in user-land JavaScript. [UNMAINTAINED] Use https://github.com/mattinsler/longjohn instead☆277Updated 7 years ago
- unit tests in all the browsers☆353Updated last month
- node.js access to v8's "raw" CallSites -- useful for custom traces, c-style assertions, getting the line number in execution etc☆246Updated 9 years ago
- An asynchronous domain-based exception handler with long stack traces for node.js☆246Updated 4 years ago
- A better `Stream.pipe` that creates duplex streams and lets you handle errors in one place.☆294Updated 7 months ago
- node's http module, but for the browser☆244Updated 3 years ago
- Dump a heap snapshot upon an uncaught exception☆196Updated 9 years ago
- Your custom errors in your JavaScript code!☆50Updated 9 years ago
- Make weak references to JavaScript Objects. Fire a callback when they're garbage collected.☆238Updated 2 years ago
- Node require wrapper with options for cache busting, pre- and post-processing☆109Updated 8 years ago
- Cute up your stack traces in Node☆82Updated 6 years ago
- NOTE: You probably want native promises now☆179Updated 6 years ago
- browserify >= v2 version of proxyquire. Mocks out browserify's require to allow stubbing out dependencies while testing.☆151Updated 7 years ago
- (inactive) BDD mocha test framework add-on, stories with Cucumber style Given/When/Then syntax for Node.js☆126Updated 8 years ago
- Simplified file library.☆279Updated 5 years ago
- a minimalist url-style routing library, extracted from connect☆320Updated 5 years ago
- The missing POSIX system calls for node.js☆214Updated 2 years ago
- node.js-runnable v8.log processor (d8 + %platform%-tick-processor friend)☆322Updated 7 years ago
- Flow control and error handling for Node.js☆279Updated 6 months ago
- A collection of node.js streams that work well with promises (through, map, reduce, etc...)☆93Updated 6 years ago
- Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.