New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongo-slow-queries

Package Overview
Dependencies
Maintainers
24
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-slow-queries - npm Package Compare versions

Comparing version 2.0.2-AUTO-195.0 to 2.0.2-AUTO-195.1

2

package.json
{
"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 @@ }

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