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 0.0.16 to 0.0.17

4

dist/Lib/aggregate/index.js

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

const realProj = {};
Object.entries(([key, value]) => {
Object.entries(proj).forEach(([key, value]) => {
if (value.$assign)

@@ -27,3 +27,3 @@ realProj[key] = value.$assign;

console.log(realProj);
return new Aggregate(this.mongoModel, [...this.pipe, { $addFields: proj }]);
return new Aggregate(this.mongoModel, [...this.pipe, { $addFields: realProj }]);
};

@@ -30,0 +30,0 @@ match = (match) => new Aggregate(this.mongoModel, [...this.pipe, { $match: match }]);

{
"name": "bridge-mongo",
"version": "0.0.16",
"version": "0.0.17",
"description": "A mongodb ORM on top of mongoose that match perfectly with the bridgets framework",

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

Sorry, the diff of this file is not supported yet

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