lmaccherone / node-localstorage

A drop-in substitute for the browser native localStorage API that runs on node.js.
MIT License
450 stars 36 forks source link

use write-file-atomic #19

Closed mvayngrib closed 8 years ago

mvayngrib commented 8 years ago

safer writes

the downside is that write-file-atomic isn't as lightweight as you would want it to be

lmaccherone commented 8 years ago

Nice upgrade. Thanks!

mvayngrib commented 8 years ago

@lmaccherone nice, thanks for merging :)