@newrelic/security-agent
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -0,1 +1,5 @@ | ||
### v2.1.1 (2024-11-07) | ||
#### Bug fixes | ||
* Fix for assignment to logger constant | ||
### v2.1.0 (2024-11-05) | ||
@@ -2,0 +6,0 @@ #### Features |
@@ -18,3 +18,3 @@ /* | ||
const logs = require('./logging'); | ||
const logger = logs.getLogger(); | ||
let logger = logs.getLogger(); | ||
const API = require('../../../nr-security-api'); | ||
@@ -21,0 +21,0 @@ const NRAgent = API.getNRAgent(); |
{ | ||
"name": "@newrelic/security-agent", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "New Relic Security Agent for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -45,3 +45,3 @@ # New Relic Node.js security agent | ||
### Supported Node.js Versions | ||
- Node version 16.x, 18.x and 20.x | ||
- Node version 18.x, 20.x and 22.x | ||
@@ -48,0 +48,0 @@ ### Supported Modules |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
551664