mongoose-to-csv
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "mongoose-to-csv", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Nick Pisacane <pisacanen@gmail.com> (http://nickpisacane.com)", | ||
@@ -5,0 +5,0 @@ "description": "Export mongoose querys to csv.", |
@@ -19,3 +19,3 @@ # MongooseToCsv | ||
// OR | ||
var mongooseToCsv = new require('mongoose-to-csv').MongooseToCsv(/* options */); | ||
var mongooseToCsv = new mongooseToCsv.MongooseToCsv(/* options */); | ||
``` | ||
@@ -44,3 +44,3 @@ ## Methods | ||
If function, then it should be a one to all transformative function, that takes a single property as an argument. | ||
* <h3>MongooseToCsv#run(next) | ||
* <h3>MongooseToCsv#run(next) </h3> | ||
* next Function (err, data) | ||
@@ -47,0 +47,0 @@ * <h3>MongooseToCsv#save()</h3> |
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
12993