You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For package create-hash, current npm version 1.1.2 doesn't support md5 calculation based on stream.
We need buffer all the data in memory and then calculate the md5.
It's not possible for calculating md5 of huge files.
@fanatid had created the md5.js module based on stream.
There is also a branch named feature/update-hashes.
It's possible to update the npm version based on this branch?
I'm also willing to help during the update.
Best,
Xiaoning
The text was updated successfully, but these errors were encountered:
XiaoningLiu
changed the title
npm version of create-hash still use
current npm version 1.1.2 of package create-hash does not support stream calcualtion
Oct 18, 2016
XiaoningLiu
changed the title
current npm version 1.1.2 of package create-hash does not support stream calcualtion
current npm version 1.1.2 of package create-hash does not support md5 stream calcualtion
Oct 18, 2016
Hi,
For package create-hash, current npm version 1.1.2 doesn't support md5 calculation based on stream.
We need buffer all the data in memory and then calculate the md5.
It's not possible for calculating md5 of huge files.
@fanatid had created the md5.js module based on stream.
There is also a branch named feature/update-hashes.
It's possible to update the npm version based on this branch?
I'm also willing to help during the update.
Best,
Xiaoning
The text was updated successfully, but these errors were encountered: