IP 1.1.x
NES Release Notes
1.1.11 (NES) March 11, 2025
Notes
- Full Version:
1.1.9-ip-1.1.11
Bug Fixes
- Improve compatibility with Node.js 6 by replacing the use of spread syntax in function calls with the
.apply()
method, and replacing the exponentiation operator (**
) withMath.pow()
.
1.1.10 (NES)
Notes
- This release mainlines the OSS node-ip v1.1.9 into NES v1.1.10.
- Full Version:
1.1.9-ip-1.1.10
Bug Fixes
- isPublic: properly categorized certain IP addresses as not Public
- This fixes a High Severity Server-Side Request Forgery (SSRF) Vulnerability (CVE-2024-29415)