You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@rushstack/node-core-library

Package Overview
Dependencies
Maintainers
3
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/node-core-library - npm Package Compare versions

Comparing version
5.20.2
to
5.20.3
+8
-1
CHANGELOG.md
# Change Log - @rushstack/node-core-library
This log was last generated on Tue, 24 Feb 2026 01:13:27 GMT and should not be manually modified.
This log was last generated on Wed, 25 Feb 2026 00:34:29 GMT and should not be manually modified.
## 5.20.3
Wed, 25 Feb 2026 00:34:29 GMT
### Patches
- Update `ajv` dependency to `~8.18.0` to mitigate CVE-2025-69873.
## 5.20.2

@@ -6,0 +13,0 @@ Tue, 24 Feb 2026 01:13:27 GMT

+4
-4
{
"name": "@rushstack/node-core-library",
"version": "5.20.2",
"version": "5.20.3",
"description": "Core libraries that every NodeJS toolchain project should use",

@@ -42,3 +42,3 @@ "main": "./lib-commonjs/index.js",

"semver": "~7.5.4",
"ajv": "~8.13.0",
"ajv": "~8.18.0",
"ajv-draft-04": "~1.0.0",

@@ -54,4 +54,4 @@ "ajv-formats": "~3.0.1"

"eslint": "~9.37.0",
"@rushstack/problem-matcher": "0.2.1",
"decoupled-local-node-rig": "1.0.0"
"decoupled-local-node-rig": "1.0.0",
"@rushstack/problem-matcher": "0.2.1"
},

@@ -58,0 +58,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display