Skip to content

Releases: electron/asar

1.0.0

20 Feb 03:40
2ec15c1
Compare
Choose a tag to compare

Added

  • Promise-based async API

Changed

  • This module requires Node 6 or later.

Removed

  • V8 snapshot support, which was undocumented and used an unmaintained dependency, which itself had a dependency with a security vulnerability
  • callback-style async API - if you still need to use this style of API, please check out the nodeify module.