New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nan

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nan - npm Package Compare versions

Comparing version 2.22.0 to 2.22.1

.github/workflows/ci.yml

6

CHANGELOG.md
# NAN ChangeLog
**Version 2.22.0: current Node 22.9.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
**Version 2.22.1: current Node 22.14.0, Node 0.12: 0.12.18, Node 0.10: 0.10.48, iojs: 3.3.1**
### 2.22.1 Feb 21 2025
- Build: Fix compatibility with Python >= 3.12 (#987) b5d90f15730b620fb6cc4fed079674740424539a
### 2.22.0 Oct 11 2024

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

10

package.json
{
"name": "nan",
"version": "2.22.0",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 23 compatibility",
"version": "2.22.1",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 22 compatibility",
"main": "include_dirs.js",

@@ -13,4 +13,4 @@ "repository": {

"test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js",
"rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
"rebuild-tests-2017": "node-gyp rebuild --msvs_version=2017 --directory test",
"rebuild-tests-2015": "node-gyp rebuild --msvs_version=2015 --directory test",
"rebuild-tests": "node-gyp rebuild --directory test",
"docs": "doc/.build.sh"

@@ -33,3 +33,3 @@ },

"request": "=2.81.0",
"node-gyp": "~8.4.1",
"node-gyp": "~v10.3.1",
"readable-stream": "^2.1.4",

@@ -36,0 +36,0 @@ "tap": "~0.7.1",

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, 18, 19, 20, 21, 22 and 23.**
**A header file filled with macro and utility goodness for making add-on development for Node.js easier across versions 8, 10, 12, 14, 16, 17, 18, 19, 20, 21, and 22.**
***Current version: 2.22.0***
***Current version: 2.22.1***

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

[![Build Status](https://api.travis-ci.com/nodejs/nan.svg?branch=master)](https://travis-ci.com/nodejs/nan)
[![Build status](https://ci.appveyor.com/api/projects/status/kh73pbm9dsju7fgh)](https://ci.appveyor.com/project/RodVagg/nan)

@@ -15,0 +14,0 @@

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