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

spm-agent

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spm-agent - npm Package Compare versions

Comparing version 1.24.4 to 1.24.5

2

lib/agent.js

@@ -91,3 +91,3 @@ /*

if (metric.sct === 'OS') {
this.collectdFormatLine(metric)
line = this.collectdFormatLine(metric)
} else {

@@ -94,0 +94,0 @@ line = util.format("%d\t%s\t%d\t%s\t%s", now, (metric.type || this.defaultType) + '-' + metric.name, metric.ts, formatArray(metric.filters), formatArray(metric.value))

@@ -199,5 +199,4 @@ /*

SpmSender.prototype.formatLine = function (metric) {
var line = metric.spmLine
logger.debug(line)
return line
logger.debug(metric.spmLine)
return metric.spmLine
}

@@ -204,0 +203,0 @@ /**

{
"name": "spm-agent",
"version": "1.24.4",
"version": "1.24.5",
"description": "Node.js agent framework 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