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

grunt-easy-mongo-fixture

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

grunt-easy-mongo-fixture - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "grunt-easy-mongo-fixture",
"description": "Grunt task for easy-mongo-fixture plugin. It helps to you load and save you fixtures",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://github.com/ivpusic/grunt-easy-mongo-fixture",

@@ -6,0 +6,0 @@ "author": {

@@ -5,4 +5,5 @@ # grunt-easy-mongo-fixture

For more information about functionalities of this task please look at [easy-mongo-fixture](https://github.com/ivpusic/easy-mongo-fixture) and [easy-fixture](https://github.com/ivpusic/easy-fixture) repositories.
## Getting Started
This plugin requires Grunt `~0.4.4`

@@ -33,3 +34,3 @@ If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

collections: ['products', 'categories'],
action: 'load'
action: 'load'
}

@@ -103,24 +104,4 @@ }

#### Default Options
In this example, the default options are used.
```js
grunt.initConfig({
easy_mongo_fixture: {
options: {
database: 'test',
port: 20000
dir: 'fixtures'
},
collections: ['products', 'categories'],
action: 'load'
}
}
});
```
#### Custom Options
In this example, custom options.
```js
grunt.initConfig({

@@ -127,0 +108,0 @@ // Configuration to be run (and then tested).

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