Skip to content

v5.2.0

Choose a tag to compare

@michaelgoin michaelgoin released this 01 Jun 21:04
  • Added special binary naming case to enable usage in Electron environments.

    Enables the module to be used in Electron environments when built with tools that add 'electron' to npm_config_runtime or npm_config_disturl (such as electron-rebuild or electron-builder). In this case, the ABI is left-off of the file name.

    Many thanks to @frankrobert-ls for raising the issue and providing a patch!

    Please Note: Electron is not officially supported and other issues may still exist with the module in these environments.