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

mongojs

Package Overview
Dependencies
Maintainers
4
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongojs - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/collection.js

@@ -186,2 +186,4 @@ var mongodb = require('mongodb-core');

if (typeof opts === 'undefined') return this.createIndex(index, {}, noop);
if (typeof cb === 'undefined') return this.createIndex(index, opts, noop);
opts.name = indexName(index);

@@ -188,0 +190,0 @@ opts.key = index;

3

lib/cursor.js

@@ -169,4 +169,3 @@ var util = require('util');

if (err) return self.emit('error', err);
if (!cursor.close) return;
cursor.close();
if (cursor.kill) cursor.kill();
});

@@ -173,0 +172,0 @@ };

@@ -9,3 +9,3 @@ {

],
"version": "1.0.1",
"version": "1.0.2",
"repository": "git://github.com/mafintosh/mongojs.git",

@@ -31,3 +31,3 @@ "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",

"each-series": "^0.2.0",
"mongodb-core": "1.1.33",
"mongodb-core": "^1.2.2",
"once": "^1.3.1",

@@ -47,3 +47,7 @@ "parse-mongo-url": "^1.1.0",

"concat-stream": "^1.4.6"
}
},
"coordinates": [
18.4786198,
-69.9549019
]
}

@@ -8,3 +8,3 @@ # mongojs

[![build status](https://secure.travis-ci.org/mafintosh/mongojs.png)](http://travis-ci.org/mafintosh/mongojs)
[![Build Status](https://travis-ci.org/mafintosh/mongojs.svg?branch=master)](https://travis-ci.org/mafintosh/mongojs)
[![Tips](https://img.shields.io/gratipay/mafintosh.svg)](https://gratipay.com/mafintosh)

@@ -11,0 +11,0 @@

@@ -17,3 +17,3 @@ var test = require('./tape');

awaitData: true,
numberOfRetries: -1
numberOfRetries: Number.MAX_VALUE
});

@@ -20,0 +20,0 @@

Sorry, the diff of this file is not supported yet

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