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

hapi-mongo-models

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-mongo-models - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

2

package.json
{
"name": "hapi-mongo-models",
"version": "2.2.1",
"version": "2.2.2",
"description": "MongoDB object models for hapi applications",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -57,3 +57,3 @@ # hapi-mongo-models

- [`count(filter, [options], callback)`](#countfilter-options-callback)
- [`distinct(field, [filter], callback)`](#disintctfield-filter-callback)
- [`distinct(field, [filter], callback)`](#distinctfield-filter-callback)
- [`find(filter, [options], callback)`](#findfilter-options-callback)

@@ -488,3 +488,3 @@ - [`pagedFind(filter, fields, sort, limit, page, callback)`](#pagedfindfilter-fields-sort-limit-page-callback)

#### `disintct(field, [filter], callback)`
#### `distinct(field, [filter], callback)`

@@ -491,0 +491,0 @@ Finds the distinct values for the specified `field`.

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