Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mquery

Package Overview
Dependencies
Maintainers
2
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mquery - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

4

History.md

@@ -0,1 +1,5 @@

4.0.3 / 2022-05-17
==================
* fix: allow using `comment` with `findOneAndUpdate()`, `count()`, `distinct()` and `hint` with `findOneAndUpdate()` Automattic/mongoose#11793
4.0.2 / 2022-01-23

@@ -2,0 +6,0 @@ ==================

6

lib/permissions.js

@@ -29,3 +29,2 @@ 'use strict';

denied.distinct.batchSize =
denied.distinct.comment =
denied.distinct.maxScan =

@@ -60,5 +59,3 @@ denied.distinct.snapshot =

denied.findOneAndUpdate.snapshot =
denied.findOneAndUpdate.hint =
denied.findOneAndUpdate.tailable =
denied.findOneAndUpdate.comment = true;
denied.findOneAndUpdate.tailable = true;

@@ -87,5 +84,4 @@

denied.count.batchSize =
denied.count.comment =
denied.count.maxScan =
denied.count.snapshot =
denied.count.tailable = true;
{
"name": "mquery",
"version": "4.0.2",
"version": "4.0.3",
"description": "Expressive query building for MongoDB",

@@ -5,0 +5,0 @@ "main": "lib/mquery.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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