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

mongoose-plugin-paginate

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-plugin-paginate - npm Package Compare versions

Comparing version 1.0.0-pre1 to 1.0.0-pre2

dist/index.d.ts

4

package.json
{
"name": "mongoose-plugin-paginate",
"version": "1.0.0-pre1",
"version": "1.0.0-pre2",
"description": "Pagination plugin for mongoose",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"scripts": {
"prepublish": "tsc",
"prepare": "tsc",
"test": "jest",

@@ -11,0 +11,0 @@ "test:watch": "jest --watch",

@@ -6,3 +6,5 @@ # mongoose-plugin-pagination

[![Node.js Publish](https://github.com/CheeseGrinder/mongoose-plugin-paginate/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/CheeseGrinder/mongoose-plugin-paginate/actions/workflows/npm-publish.yml)
## Why This Plugin

@@ -16,2 +18,2 @@ mongoose-plugin-paginate is a cursor based pagination library having a page wrapper. The plugin can be used as both page as well as cursor based pagination. The main usage of the plugin is you can alter the return value keys directly in the query itself so that you don't need any extra code for transformation. The initial idea of this plugin is loosely based on mongoose-plugin-paginate package by github.com/edwardhotchkiss/. So this can be considered as an upgraded version of mongoose-plugin-paginate with much more options.

npm install mongoose-plugin-pagination
```
```
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