Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongoose-to-csv

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-to-csv - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

package.json
{
"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>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc