Socket
Socket
Sign inDemoInstall

advanced-results

Package Overview
Dependencies
289
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

dist/middleware/advancedResults.js

@@ -221,3 +221,3 @@ "use strict";

pagination.next = {
nextPage: (page + 2) * limit <= total ? page + 2 : undefined,
nextPage: pagination.pages >= page + 2 ? page + 2 : undefined,
page: page + 1,

@@ -224,0 +224,0 @@ };

{
"name": "advanced-results",
"version": "1.0.0",
"version": "1.0.1",
"description": "Advanced query middleware for expressjs and mongoose",

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

Sorry, the diff of this file is not supported yet

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