Socket
Socket
Sign inDemoInstall

damless-mongo

Package Overview
Dependencies
382
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

3

lib/services/crud.js

@@ -150,3 +150,4 @@ /*!

aggregate(pipeline, options) {
return new Aggregate(this, pipeline, options);
if (!pipeline) throw new Error("Pipeline is not defined.");
return new Aggregate(this, pipeline.filter(e => !!e), options);
}

@@ -153,0 +154,0 @@

{
"name": "damless-mongo",
"version": "0.3.1",
"version": "0.3.2",
"description": "Mongo client for damless",

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

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