Comparing version 1.31.16 to 1.31.17
@@ -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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59244
Updatedmoment@^2.23.0
Updatedrc-yaml-2@^1.0.2
Updatedrequest@^2.88.0