precinct.paperwork checks node.js modules using the (deprecated) process.binding API. This can be brittle when building & running on different versions of Node.js. This PR makes it a bit more reliable, by adding the node: protocol as a built-in indicator.
precinct.paperwork
checks node.js modules using the (deprecated)process.binding
API. This can be brittle when building & running on different versions of Node.js. This PR makes it a bit more reliable, by adding thenode:
protocol as a built-in indicator.cc https://github.com/netlify/zip-it-and-ship-it/pull/746