isolated-vm icon indicating copy to clipboard operation
isolated-vm copied to clipboard

Secure & isolated JS environments for nodejs

Results 82 isolated-vm issues
Sort by recently updated
recently updated
newest added

I'm trying to return a function wrapped into `Reference` from an isolate and then access some custom-defined field with `getSync`. But this line of code prevents this https://github.com/laverdet/isolated-vm/blob/61bc6a808086b29d2c58cfd9f809fadd66b9083c/src/module/reference_handle.cc#L455 Is it...

Currently, I found when the call stack is deep-ish inside the isolated-vm. There's a chance to trigger a segfaults when main thread(node) finish the job, and the paused isolated-vm thread...

Hello, I try to install in MacOS and get this. It's a fresh node install. `npm install isolated-vm` fails. It's unclear from the log and an internet search what I'm...

Hello, To avoid problems in my application, I launch all my test using `public.ecr.aws/sam/build-nodejs18.x:latest`. The problem is the versions of gcc++ and glibc available in it : - glibc is...

When creating a `Reference` to an asynchronous function in the Node isolate, that throws an error before doing any asynchronous operations, and passing it to an ivm-created isolate via a...

I'm trying to get isolated-vm to work for a Visual Studio Code extension because of the different ABI we are supposed to use electron rebuild. When I do I get...

Hello, I was just familiarizing myself with your documentation and found a minor grammatical typo in it.

What is the best way in general to import modules like `crypto` and `fetch` without making wrapper methods. Currently, we are passing these methods via the references. However, assuming that...

I want use inspector-example.js in electron, its run in child_process, ws is run success in port 10000, but when I goto devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:10000 in Chrome, ws will close. ![image](https://github.com/laverdet/isolated-vm/assets/24365871/c6825859-35d2-42e0-ad80-926271248991) ![image](https://github.com/laverdet/isolated-vm/assets/24365871/e149e875-9ff5-4216-94fe-191e961b1232)

Hello. I tried to create a minimal example based on the example in your documentation, but I keep getting the same error: > error Command failed with signal "SIGSEGV". >...