junosuarez / objectid

node module: generate and validate mongodb objectId strings without dependencies
MIT License
22 stars 9 forks source link

Update bson #8

Closed sam-github closed 5 years ago

sam-github commented 8 years ago

Could you update bson to the latest?

It makes a big difference, because the latest was rewritten in pure javascript, and the old one uses a binary module which brings in build requirements on any system using it, which can be painful.