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

bridge-mongo

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bridge-mongo - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

2

dist/source/model/aggregate/index.js

@@ -34,3 +34,3 @@ "use strict";

lookup.pipeline = subAggregate(new Aggregate(), paramLookupAggregate).pipe;
return new Aggregate(this.mongoModel, [...this.pipe, { $lookup: lookupQuery }]);
return new Aggregate(this.mongoModel, [...this.pipe, { $lookup: lookup }]);
};

@@ -37,0 +37,0 @@ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

{
"name": "bridge-mongo",
"version": "1.0.16",
"version": "1.0.17",
"description": "A mongodb ORM on top of mongoose that match perfectly with the Bridge framework",

@@ -5,0 +5,0 @@ "main": "dist/source/index.js",

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