JoshKaufman / ursa

URSA - RSA public/private key OpenSSL bindings for Node.js
Other
618 stars 135 forks source link

Fixes Node 6 deprecated warnings #137

Closed mwain closed 8 years ago

mwain commented 8 years ago

Fixes v8::ObjectTemplate::Set() with non-primitive values is deprecated warnings for Node v6. Using Nan::SetPrototypeMethod for bindings.

Fixes #135

quartzjer commented 8 years ago

Nice!! Want to be maintainer? I inherited it and am not using the module anymore, haven't been able to keep up w/ the node revs :/

mwain commented 8 years ago

No problem! Could you publish a release 👍

mwain commented 8 years ago