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

spm-agent

Package Overview
Dependencies
Maintainers
3
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.10 to 1.27.0

10

lib/sender/spmsender.js

@@ -216,9 +216,9 @@ /*

if (tags) {
var ts = new Date().getTime()
tagLines = tags.map(function (t) {
var line = 'tgs ' + new Date().getTime() + ' ' + t.trim()
logger.debug(tagLines)
var line = ts + '\ttgs\t' + ts + '\t' + t.trim()
line = JSON.stringify({body: line})
return line
})
tagLines = tagLines.join('\n')
logger.debug(tagLines)
}

@@ -314,3 +314,5 @@ return tagLines

}
return lines + self.getTagLines()
var bulkRequest = lines + self.getTagLines()
logger.debug('Bulk Request:\n' +bulkRequest)
return bulkRequest
}

@@ -317,0 +319,0 @@

2

package.json
{
"name": "spm-agent",
"version": "1.24.10",
"version": "1.27.0",
"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