Socket
Socket
Sign inDemoInstall

mongoose-string-query

Package Overview
Dependencies
41
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

2

package.json
{
"name": "mongoose-string-query",
"version": "0.2.0",
"version": "0.2.1",
"author": "Adam Hodara <hodaraadam@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Updated Fork from original, Given a Mongoose model and an array of URI params, construct a query for use in a search API.",

@@ -133,2 +133,11 @@ ## Overview

#### Array
- `array={all}match,batch` - Both match *and* batch must be present
- `array={nin}match,batch` - Neither match nor batch
- `array={in}match,batch` - Either match or batch
- `array={not}coffee` - Not coffee
- `array={exact}CoFeEe` - Case-sensitive exact match of "CoFeEe"
#### Latlon

@@ -135,0 +144,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc