Support require.resolve.paths (added in Node v8.9.0) #20/#22.
2018-08-06, Version 2.0.2
Re-publish.
2018-08-06, Version 2.0.1
Support require.resolve options (added in Node v8.9.0).
2018-04-30, Version 2.0.0
Use Buffer.alloc instead of new Buffer().
Drop support for Node 5.x.
2018-01-23, Version 1.1.2
Instead of checking for process.versions.v8, check that script.cachedDataProduced is true (rather than null/undefined) for support to be considered existent.
2018-01-23, Version 1.1.1
Check for the existence of process.versions.v8 before attaching hook (see f8b0388).