This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Releases: atom/node-keytar
Releases · atom/node-keytar
v6.0.1
v6.0.0
v6 Beta Two
- prebuild support for Electron 9 - #272, thanks @develerik!
v6 Beta One
This contains #270 which was identified as a regression as part of our N-API upgrade.
v6 Beta Zero
v5.6.0
Fixes
- Null check when converting username from UTF-8 to wchar on Windows - #241, thanks @hrantzsch
- Updated prebuild target for latest Electron 9 beta - #260
dependencies
updates
nan
updated from2.14.0
to2.14.1
devDependencies
updates
node-abi
updated from2.15.0
to2.16.0
mocha
updated from7.1.1
to7.1.2
v5.5.0
Fixes
- Change how updating password works for macOS to leverage
SecKeychainItemModifyAttributesAndData
which will help with concurrent reads and writes - #260, thanks @RMacfarlane
devDependencies
- Bump
mocha
from7.0.1
to7.1.1