Socket
Socket
Sign inDemoInstall

hydrate-mongodb

Package Overview
Dependencies
41
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "hydrate-mongodb",
"description": "An Object Document Mapper (ODM) for MongoDB.",
"version": "2.0.2",
"version": "2.0.3",
"author": {

@@ -6,0 +6,0 @@ "name": "Artifact Health, LLC",

@@ -58,2 +58,3 @@ "use strict";

this._head = this._tail = task;
// make sure calls to _process are async
process.nextTick(function () { return _this._process(); });

@@ -121,3 +122,4 @@ }

if (_this._head) {
_this._process();
// make sure calls to _process are async
process.nextTick(function () { return _this._process(); });
}

@@ -124,0 +126,0 @@ };

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