Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongoose

Package Overview
Dependencies
Maintainers
4
Versions
892
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose - npm Package Compare versions

Comparing version 5.13.20 to 5.13.21

6

lib/aggregate.js

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

* aggregate.near({
* near: [40.724, -73.997],
* near: { type: 'Point', coordinates: [40.724, -73.997] },
* distanceField: "dist.calculated", // required

@@ -323,4 +323,4 @@ * maxDistance: 0.008,

* includeLocs: "dist.location",
* uniqueDocs: true,
* num: 5
* spherical: true,
* uniqueDocs: true
* });

@@ -327,0 +327,0 @@ *

{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.13.20",
"version": "5.13.21",
"author": "Guillermo Rauch <guillermo@learnboost.com>",

@@ -42,2 +42,4 @@ "keywords": [

"@typescript-eslint/parser": "4.10.0",
"@types/babel-types": "7.0.11",
"@types/babylon": "6.16.6",
"@types/json-schema": "7.0.3",

@@ -44,0 +46,0 @@ "@types/node": "16.11.23",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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