image-diff icon indicating copy to clipboard operation
image-diff copied to clipboard

dependency "tmp" should be updated

Open mojoaxel opened this issue 8 years ago • 1 comments

"dependencies": {
    "tmp": "0.0.23"
}

"tmp" is quite old and produces a warning in node >6:

(node:4526) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.

mojoaxel avatar Feb 12 '17 20:02 mojoaxel

I also got an error in Node 7.0.0:

DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.

Variable in file image-diff\node_modules\tmp\lib\tmp.js in 17 line: tmpDir = os.tmpDir || _getTMPDir,

epexa avatar Feb 22 '17 18:02 epexa