New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongoose-paginate

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-paginate - npm Package Compare versions

Comparing version 3.1.5 to 3.1.6

README.md

2

lib/mongoose-paginate.js

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

}
callback(null, data.results, Math.ceil(data.count / resultsPerPage) || 1, data.results, data.count);
callback(null, data.results, Math.ceil(data.count / resultsPerPage) || 1, data.count);
});

@@ -58,0 +58,0 @@ }

@@ -5,3 +5,3 @@ {

"description": "Plugin for Mongoose schemas to easily add paginated queries and results",
"version": "3.1.5",
"version": "3.1.6",
"contributors": [

@@ -8,0 +8,0 @@ {

Sorry, the diff of this file is not supported yet

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