mscdex / node-xxhash

An xxhash binding for node.js
Other
193 stars 28 forks source link

Use Nan::SetMethod #12

Closed Termina1 closed 8 years ago

Termina1 commented 8 years ago

In node 6.x I'm getting this warning message:

(node) v8::FunctionTemplate::Set() with non-primitive values is deprecated
(node) and will stop working in the next major release.

Nan already fixed this issue in https://github.com/nodejs/nan/commit/a90951e9ea70fa1b3836af4b925322919159100e.

So, just using newer Nan API.

Termina1 commented 8 years ago

Also, fixes #11

mscdex commented 8 years ago

Landed in c1d78e0cc56650fa408513a0066d977398efeb21. Thanks!