Socket
Socket
Sign inDemoInstall

@supercharge/mongodb

Package Overview
Dependencies
327
Maintainers
3
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.0 to 0.6.1

8

dist/query/processor.js

@@ -233,5 +233,7 @@ 'use strict';

this.withAggregationFrom(builder => {
builder
.limit(1)
.unwind(builder => builder.path(relationName));
builder.unwind(builder => {
builder
.path(relationName)
.preserveNullAndEmptyArrays();
});
});

@@ -238,0 +240,0 @@ });

{
"name": "@supercharge/mongodb",
"description": "An elegant MongoDB ORM for the Supercharge Framework",
"version": "0.6.0",
"version": "0.6.1",
"author": "Marcus Pöhls <marcus@superchargejs.com>",

@@ -6,0 +6,0 @@ "bugs": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc