@enkidevs/assert-mongodb-empty-node
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -50,3 +50,3 @@ #!/usr/bin/env node | ||
success = `Verified ${ | ||
collectionsCounts.length | ||
collectionCounts.length | ||
} collections. None had more than 0 records.`; | ||
@@ -53,0 +53,0 @@ } |
{ | ||
"name": "@enkidevs/assert-mongodb-empty-node", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Node script used to check if mongodb collections are empty", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "e22b74bd98cfb0d311e906b9b5128528c00c0a87" | ||
"gitHead": "1fd533f493c6c5912dfc98dd98b84bbfa45c8df2" | ||
} |
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
1608