ZJONSSON / node-unzipper

node.js cross-platform unzip using streams
Other
424 stars 114 forks source link

replace bigint with node-int64 #316

Closed lechuhuuha closed 3 weeks ago

lechuhuuha commented 1 month ago

This is an attempt to add support for broofa/node-int64.

Summary from this reply:

If merged, this PR should resolve https://github.com/ZJONSSON/node-unzipper/issues/38 and https://github.com/ZJONSSON/node-unzipper/issues/224

ZJONSSON commented 1 month ago

Thanks, @lechuhuuha. Can you clean this PR up (remove the extra newlines) and also remove big-integer from package.json if it's no longer required?

lechuhuuha commented 1 month ago

Yes i will do that Thanks for point its out

lechuhuuha commented 1 month ago

I had editted the PR You can check it out @ZJONSSON.

Thanks

ZJONSSON commented 3 weeks ago

Thanks @lechuhuuha!