Comparing version 0.0.3 to 0.0.4
@@ -28,2 +28,3 @@ | ||
'insert', | ||
'insertOne', | ||
'remove', | ||
@@ -39,2 +40,5 @@ 'save', | ||
'findOne', | ||
'findOneAndDelete', | ||
'findOneAndUpdate', | ||
'findOneAndReplace', | ||
'createIndex', | ||
@@ -54,3 +58,6 @@ 'ensureIndex', | ||
'aggregate', | ||
'stats' | ||
'stats', | ||
'update', | ||
'updateMany', | ||
'updateOne' | ||
]; | ||
@@ -57,0 +64,0 @@ |
{ | ||
"name": "co-mongo2", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
38960
1237