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.31.16 to 1.31.17

2

lib/sender/spmsender.js

@@ -335,3 +335,3 @@ /*

}
metric._id = metric.name + '_' + metric.ts || new Date().getTime()
metric._id = metric.name + '_' + metric.filters + '_' + metric.ts || new Date().getTime()
this.datapoints.push(metric)

@@ -338,0 +338,0 @@ }

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

@@ -10,3 +10,3 @@ "main": "lib/index.js",

"scripts": {
"test": "mocha test/test.js"
"test": "mocha --exit test/test.js"
},

@@ -48,11 +48,11 @@ "repository": {

"ip": "^1.1.4",
"moment": "^2.17.1",
"moment": "^2.23.0",
"nedb": "^1.8.0",
"rc-yaml-2": "^1.0.0",
"request": "^2.79.0",
"rc-yaml-2": "^1.0.2",
"request": "^2.88.0",
"winston": "^2.3.1"
},
"devDependencies": {
"mocha": "^3.2.0"
"mocha": "^5.2.0"
}
}
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