Socket
Socket
Sign inDemoInstall

nan

Package Overview
Dependencies
Maintainers
2
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nan - npm Package Versions

1
79

0.8.0

Diff

Changelog

Source

0.8.0 Jan 9 2014

  • NanDispose -> NanDisposePersistent, deprecate NanDispose
  • Extract NANRETURN_TYPE, pull up NAN()
rvagg
published 0.7.1 •

Changelog

Source

0.7.1 Jan 9 2014

  • Fixes to work against debug builds of Node
  • Safer NanPersistentToLocal (avoid reinterpret_cast)
  • Speed up common NanRawString case by only extracting flattened string when necessary
rvagg
published 0.7.0 •

Changelog

Source

0.7.0 Dec 17 2013

  • New no-arg form of NanCallback() constructor.
  • NanCallback#Call takes Handle rather than Local
  • Removed deprecated NanCallback#Run method, use NanCallback#Call instead
  • Split off NAN_ARGS_TYPE from NAN_ARGS
  • Restore (unofficial) Node 0.6 compatibility at NanCallback#Call()
  • Introduce NanRawString() for char* (or appropriate void*) from v8::String (replacement for NanFromV8String)
  • Introduce NanCString() for null-terminated char* from v8::String
rvagg
published 0.6.0 •

Changelog

Source

0.6.0 Nov 21 2013

  • Introduce NanNewLocal<T>(v8::Handle<T> value) for use in place of v8::Local<T>::New(...) since v8 started requiring isolate in Node 0.11.9
rvagg
published 0.5.2 •

Changelog

Source

0.5.2 Nov 16 2013

  • Convert SavePersistent and GetFromPersistent in NanAsyncWorker from protected and public
rvagg
published 0.5.1 •

Changelog

Source

0.5.1 Nov 12 2013

  • Use node::MakeCallback() instead of direct v8::Function::Call()
rvagg
published 0.5.0 •

Changelog

Source

0.5.0 Nov 11 2013

  • Added @TooTallNate as collaborator
  • New, much simpler, "include_dirs" for binding.gyp
  • Added full range of NAN_INDEX_* macros to match NAN_PROPERTY_* macros
rvagg
published 0.4.4 •

Changelog

Source

0.4.4 Nov 2 2013

  • Isolate argument from v8::Persistent::MakeWeak removed for 0.11.8+
rvagg
published 0.4.3 •

Changelog

Source

0.4.3 Nov 2 2013

  • Include node_object_wrap.h, removed from node.h for Node 0.11.8.
rvagg
published 0.4.2 •

Changelog

Source

0.4.2 Nov 2 2013

  • Handle deprecation of v8::Persistent::Dispose(v8::Isolate* isolate)) for Node 0.11.8 release.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc