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

spm-agent-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spm-agent-nodejs - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

.spmagentrc

9

bin/spmconfig.js

@@ -12,2 +12,4 @@ #!/usr/bin/env node

var fs = require('fs')
var os = require ('os')
var spm_token = ''

@@ -19,6 +21,11 @@ if (process.argv.length === 3) {

spm_token = process.env.SPM_TOKEN
var useLinuxAgent = 'false'
if (os.platform() === 'linux')
{
useLinuxAgent = 'true'
}
var cfgLines = [
"# Please don't change this configuration",
'# Directory for buffered metrics',
'useLinuxAgent='+useLinuxAgent,
'dbDir = ./spmdb',

@@ -25,0 +32,0 @@ ' ',

2

package.json
{
"name": "spm-agent-nodejs",
"version": "1.0.24",
"version": "1.0.25",
"description": "Node.js monitoring agent for SPM by Sematext",

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

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