The script wrapper.sh runs npm in a sandboxed environment on Linux
systems. It is based on the bwrap command which is found in the bubblewrap
package. Its purpose is to mitigate some kinds of supply chain attacks.
To install it, store it in a directory under the name npm and make it
executable. Create a symlink npx to the script in the same directory –
likewise for other commands you want to sandbox. Add the directory to your
PATH environment variable instead of or before the directory where the