Socket
Socket
Sign inDemoInstall

co-mongo

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

co-mongo - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

6

package.json
{
"name": "co-mongo",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -10,2 +10,6 @@ "main": "index.js",

"author": "Thom Seddon",
"repository" : {
"type" : "git",
"url" : "https://github.com/thomseddon/co-mongo"
},
"license": "MIT",

@@ -12,0 +16,0 @@ "dependencies": {

6

Readme.md
# co-mongo
A mongodb wrapper that plays nicely with co.
A mongodb wrapper that plays nicely with [co](https://github.com/visionmedia/co).

@@ -18,3 +18,3 @@ This is project has two goals:

```js
var comongo = require('mongo');
var comongo = require('co-mongo');
var co = require('co');

@@ -49,3 +49,3 @@

Beyond the standard mongo methods, co-mongo also provides the following convenience methods;
Beyond the standard mongo methods, co-mongo also provides the following convenience methods, this is mainly inspired by [martinrue](https://twitter.com/martinrue)'s [congo](https://github.com/martinrue/congo) module.

@@ -52,0 +52,0 @@ * `configure(options)`

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