Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axosoft/nan

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axosoft/nan - npm Package Compare versions

Comparing version 2.18.0-gk.1 to 2.18.0-gk.2

CMakeLists.txt

6

CHANGELOG.md
# NAN ChangeLog
**Version 2.17.0: current Node 18.10.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
**Version 2.18.0: current Node 20.6.1, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
### 2.18.0 Sep 12 2023
- Feature: Cast v8::Object::GetInternalField() return value to v8::Value (#956) bdfee1788239f735b67fe6b46b1439da755e9b62
### 2.17.0 Oct 10 2022

@@ -6,0 +10,0 @@

2

doc/errors.md

@@ -7,3 +7,3 @@ ## Errors

Also consult the V8 Embedders Guide section on [Exceptions](https://developers.google.com/v8/embed#exceptions) for more information.
Also consult the V8 Embedders Guide section on [Exceptions](https://v8.dev/docs/embed#exceptions) for more information.

@@ -10,0 +10,0 @@ - <a href="#api_nan_error"><b><code>Nan::Error()</code></b></a>

@@ -213,3 +213,3 @@ ## JavaScript-accessible methods

Also see the V8 Embedders Guide documentation on [Accessors](https://developers.google.com/v8/embed#accesssors).
Also see the V8 Embedders Guide documentation on [Accessors](https://v8.dev/docs/embed#accessors).

@@ -241,3 +241,3 @@ <a name="api_nan_setter"></a>

Also see the V8 Embedders Guide documentation on [Accessors](https://developers.google.com/v8/embed#accesssors).
Also see the V8 Embedders Guide documentation on [Accessors](https://v8.dev/docs/embed#accessors).

@@ -267,3 +267,3 @@ <a name="api_nan_property_getter"></a>

Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -293,3 +293,3 @@ <a name="api_nan_property_setter"></a>

Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -315,3 +315,3 @@ <a name="api_nan_property_enumerator"></a>

Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -339,3 +339,3 @@ <a name="api_nan_property_deleter"></a>

Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -363,3 +363,3 @@ <a name="api_nan_property_query"></a>

Also see the V8 Embedders Guide documentation on named property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on named property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -386,3 +386,3 @@ <a name="api_nan_index_getter"></a>

Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -412,3 +412,3 @@ <a name="api_nan_index_setter"></a>

Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -434,3 +434,3 @@ <a name="api_nan_index_enumerator"></a>

Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -457,3 +457,3 @@ <a name="api_nan_index_deleter"></a>

Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -480,3 +480,3 @@ <a name="api_nan_index_query"></a>

Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://developers.google.com/v8/embed#interceptors).
Also see the V8 Embedders Guide documentation on indexed property [Interceptors](https://v8.dev/docs/embed#interceptors).

@@ -483,0 +483,0 @@ <a name="api_nan_set_method"></a>

@@ -15,3 +15,3 @@ ## Persistent references

Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://developers.google.com/v8/embed#handles).
Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://v8.dev/docs/embed#handles-and-garbage-collection).

@@ -18,0 +18,0 @@ <a name="api_nan_persistent_base"></a>

{
"name": "@axosoft/nan",
"version": "2.18.0-gk.1",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 18 compatibility",
"version": "2.18.0-gk.2",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 20 compatibility",
"main": "include_dirs.js",

@@ -14,2 +14,3 @@ "repository": {

"rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
"rebuild-tests-2017": "node-gyp rebuild --msvs_version=2017 --directory test",
"docs": "doc/.build.sh"

@@ -16,0 +17,0 @@ },

Native Abstractions for Node.js
===============================
**A header file filled with macro and utility goodness for making add-on development for Node.js easier across versions 0.8, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 and 18.**
**A header file filled with macro and utility goodness for making add-on development for Node.js easier across versions 0.8, 0.10, 0.12, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 and 20.**
***Current version: 2.17.0***
***Current version: 2.18.0***

@@ -140,3 +140,3 @@ *(See [CHANGELOG.md](https://github.com/nodejs/nan/blob/master/CHANGELOG.md) for complete ChangeLog)*

Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://developers.google.com/v8/embed#handles).
Also see the V8 Embedders Guide section on [Handles and Garbage Collection](https://v8.dev/docs/embed#handles-and-garbage-collection).

@@ -231,3 +231,3 @@ ### New

Also consult the V8 Embedders Guide section on [Exceptions](https://developers.google.com/v8/embed#exceptions) for more information.
Also consult the V8 Embedders Guide section on [Exceptions](https://v8.dev/docs/embed#exceptions) for more information.

@@ -234,0 +234,0 @@ - <a href="doc/errors.md#api_nan_error"><b><code>Nan::Error()</code></b></a>

@@ -186,3 +186,3 @@ #!/usr/bin/env node

/* create the master RegExp, whis is the union of all the groups' expressions */
/* create the master RegExp, which is the union of all the groups' expressions */
master = new RegExp(groups.map(function (a) { return a[1]; }).join('|'), 'gm');

@@ -189,0 +189,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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