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 5.0.0 to 5.0.1

6

lib/base-model.js

@@ -128,3 +128,3 @@ 'use strict';

items: {
limit: limit,
limit,
begin: ((page * limit) - limit) + 1,

@@ -147,5 +147,5 @@ end: page * limit,

const options = {
limit: limit,
limit,
skip: (page - 1) * limit,
sort: sort
sort
};

@@ -152,0 +152,0 @@

{
"name": "hapi-mongo-models",
"version": "5.0.0",
"version": "5.0.1",
"description": "MongoDB object models for hapi applications",

@@ -34,4 +34,4 @@ "main": "index.js",

"code": "3.x.x",
"hapi": "14.x.x",
"lab": "10.x.x",
"hapi": "15.x.x",
"lab": "11.x.x",
"mongodb": "2.x.x",

@@ -38,0 +38,0 @@ "opn-cli": "3.x.x",

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