Socket
Socket
Sign inDemoInstall

mongoose-paginate-v2

Package Overview
Dependencies
0
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.21 to 1.7.22

7

CHANGELOG.md
# Changelog
## v1.7.22
- Build error fix
## v1.7.2
- fix: do not run count when pagination is false
## v1.7.1

@@ -4,0 +11,0 @@

12

package.json
{
"name": "mongoose-paginate-v2",
"version": "1.7.21",
"version": "1.7.22",
"description": "A custom pagination library for Mongoose with customizable labels.",

@@ -9,7 +9,7 @@ "main": "dist/index.js",

"pretest": "npm run build",
"test": "./node_modules/.bin/mocha tests/*.js -R spec --ui bdd --timeout 9999999",
"build": "babel src -d dist",
"lint": "./node_modules/.bin/eslint \"tests\" \"src\" \".eslintrc.js\" --fix",
"prettier": "./node_modules/.bin/prettier --write \"{src,tests}/**/*.js\" \"*.md\"",
"prepublish": "npm run test"
"test": "mocha tests/*.js -R spec --ui bdd --timeout 9999999",
"build": "babel src -d dist",
"lint": "eslint \"tests\" \"src\" \".eslintrc.js\" --fix",
"prettier": "prettier --write \"{src,tests}/**/*.js\" \"*.md\"",
"prepublish": "npm run test"
},

@@ -16,0 +16,0 @@ "husky": {

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