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

node-simple-collectionmodel

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-simple-collectionmodel - npm Package Compare versions

Comparing version 1.3.32 to 1.3.33

8

lib/collectionModel.js

@@ -279,4 +279,3 @@ 'use strict';

if (query.search) {
searchQuery = util.makeSearchObject(query.search, this.searchFields, this.searchFieldsNum,
this.searchFieldsArray, options);
searchQuery = util.makeSearchObject(query.search, this.searchFields, this.searchFieldsNum, options.useTextIndexCombined);
delete query.search;

@@ -317,3 +316,3 @@ }

function: 'find',
params: query,
params: finalQuery,
hrstart,

@@ -378,4 +377,3 @@ runId,

const { hrstart, runId } = util.startTimer();
const query = util.makeSearchObject(searchTerm, this.searchFields, this.searchFieldsNum,
this.searchFieldsArray, options);
const query = util.makeSearchObject(searchTerm, this.searchFields, this.searchFieldsNum, options.useTextIndexCombined);
delete options.query;

@@ -382,0 +380,0 @@ const list = await this.find(query, fields, options);

{
"name": "node-simple-collectionmodel",
"description": "A simpel and nice collection model for mongoose stuff.",
"version": "1.3.32",
"version": "1.3.33",
"homepage": "https://github.com/5orenso/node-simple-collectionmodel",

@@ -6,0 +6,0 @@ "repository": {

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