🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mongo-cursor-pagination

Package Overview
Dependencies
Maintainers
16
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-cursor-pagination - npm Package Compare versions

Comparing version

to
7.3.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### [7.3.1](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.3.0...v7.3.1) (2020-08-10)
### Bug Fixes
* **bson:** fixes regression where string _ids were no longer supported ([1487195](https://github.com/mixmaxhq/mongo-cursor-pagination/commit/1487195444fb1b6f151014522e498000d1dd452d))
## [7.3.0](https://github.com/mixmaxhq/mongo-cursor-pagination/compare/v7.2.1...v7.3.0) (2020-05-06)

@@ -2,0 +9,0 @@

13

package.json
{
"name": "mongo-cursor-pagination",
"version": "7.3.0",
"version": "7.3.1",
"description": "Make it easy to return cursor-paginated results from a Mongo collection",

@@ -42,3 +42,3 @@ "main": "index.js",

"base64-url": "^2.2.0",
"bson": "^4.0.4",
"bson": "^4.1.0",
"object-path": "^0.11.4",

@@ -72,11 +72,2 @@ "projection-utils": "^1.1.0",

},
"ava": {
"require": [
"babel-register"
],
"timeout": "60s",
"files": [
"spec/**/*Spec.js"
]
},
"config": {

@@ -83,0 +74,0 @@ "commitizen": {