ssh2-streams icon indicating copy to clipboard operation
ssh2-streams copied to clipboard

isDate is undefined in node v23

Open MartinLoeper opened this issue 1 year ago • 0 comments

Since node v23 removes the deprecated util.isDate method and renames it to util.types.isDate, we need a patch here: https://github.com/mscdex/ssh2-streams/blob/8de25ea69a76dbf1c34e578e42571e97de926ac0/lib/sftp.js#L9

MartinLoeper avatar Jan 07 '25 17:01 MartinLoeper