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

@newrelic/security-agent

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@newrelic/security-agent - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

CHANGELOG.md

@@ -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

2

lib/nr-security-agent/lib/core/health-check.js

@@ -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

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