Socket
Socket
Sign inDemoInstall

spm-agent-os

Package Overview
Dependencies
173
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.30.9 to 1.30.10

8

index.js

@@ -23,2 +23,10 @@ /*

module.exports = function () {
if (process.env.NODEJS_OS_MONITOR_ENABLED === 'false') {
// in case SPM JAVA OS monitor is used,
// node based agents don't need to collect OS Metrics
return new Agent({
start: function (agent) { this.agent = agent },
stop: function () {}
})
}
if (os.platform() === 'linux') {

@@ -25,0 +33,0 @@ try {

2

package.json
{
"name": "spm-agent-os",
"version": "1.30.9",
"version": "1.30.10",
"description": "SPM Agent for monitoring operating system metrics",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc