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

mongoose-paginate-session

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-paginate-session - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

package.json
{
"name": "mongoose-paginate-session",
"version": "1.0.0",
"version": "1.0.1",
"description": "A custom pagination library for Mongoose with customizable labels.",

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

],
"author": "Aravind NC <aravind_n_c@yahoo.co.in> (https://aravindnc.com)",
"author": "fez2000 <eugenefezeu@gmail.com> (https://nextstep.cm)",
"contributors": [
"Aravind NC <aravind_n_c@yahoo.co.in> (https://aravindnc.com)",
"Fernando López Guevara (fernando.lguevara@gmail.com)"

@@ -54,0 +55,0 @@ ],

2

src/index.js

@@ -161,3 +161,3 @@ /**

}
if(session){
if (session) {
mQuery.session(session);

@@ -164,0 +164,0 @@ }

class PaginationParametersHelper {
constructor(request, session=null) {
constructor(request, session = null) {
this.query = request.query;

@@ -4,0 +4,0 @@ this.session = session;

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