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.0.16 to 1.0.18

4

lib/sender/spmsender.js

@@ -350,4 +350,4 @@ /*

if (err) {
var msg = util.format('send failed for %d data points, going to save those in NeDB', dpCount)
logger.warn(msg)
var msg = util.format('Error: send failed for %d data points to %s', dpCount, url)
logger.error(msg)
self.emit('sendFailed', {msg: msg})

@@ -354,0 +354,0 @@ self.sendErrorHandler(err)

@@ -28,3 +28,3 @@ /*

dir: './spmlogs',
level: 'debug',
level: 'error',
console: false,

@@ -31,0 +31,0 @@ maxfiles: '3',

{
"name": "spm-agent",
"version": "1.0.16",
"version": "1.0.18",
"description": "Node.js agent framework for SPM by Sematext",

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

},
"bin": {
"spmcfg": "./bin/spmcfg.js"
},
"scripts": {

@@ -14,0 +11,0 @@ "test": "mocha test/test.js",

Sorry, the diff of this file is not supported yet

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