mongo-slow-queries
Advanced tools
Comparing version 2.0.2-AUTO-195.0 to 2.0.2-AUTO-195.1
{ | ||
"name": "mongo-slow-queries", | ||
"version": "2.0.2-AUTO-195.0", | ||
"version": "2.0.2-AUTO-195.1", | ||
"description": "Utility for identifying slow queries in Mongo", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -91,4 +91,4 @@ const { deferred } = require('promise-callbacks'); | ||
const queries = await this.profile.find(profileQuery).toArray(); | ||
if (!_.isEmpty(queries)) this.lastTimestampInSystemProfile = _.max(_.map(queries, (q) => q.ts)); | ||
this.lastTimestampInSystemProfile = _.max(_.map(queries, (q) => q.ts)); | ||
return queries; | ||
@@ -95,0 +95,0 @@ } |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14954
0