mongodb-odm-callback
Advanced tools
Comparing version 0.1.3 to 0.2.0
@@ -43,2 +43,3 @@ 'use strict'; | ||
this.remove = this.remove.bind(this); | ||
this.aggregate = this.aggregate.bind(this); | ||
} | ||
@@ -45,0 +46,0 @@ |
{ | ||
"name": "mongodb-odm-callback", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"description": "MongoDB Object Document Mapping using Callback Pattern", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -25,2 +25,3 @@ 'use strict' | ||
this.remove = this.remove.bind(this) | ||
this.aggregate = this.aggregate.bind(this) | ||
} | ||
@@ -27,0 +28,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58660
582