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

mongojs

Package Overview
Dependencies
Maintainers
2
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 0.7.9 to 0.7.10

5

index.js

@@ -245,3 +245,2 @@ var mongodb = require('mongodb');

var self = this;
if (this[name]) return this[name];

@@ -255,3 +254,3 @@ var oncollection = thunky(function(callback) {

return this[name] = new Collection(oncollection);
return new Collection(oncollection);
};

@@ -287,3 +286,3 @@

collections.forEach(function(colName) {
that.collection(colName);
that[colName] = that.collection(colName);
});

@@ -290,0 +289,0 @@

2

package.json

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

],
"version": "0.7.9",
"version": "0.7.10",
"repository": "git://github.com/gett/mongojs.git",

@@ -12,0 +12,0 @@ "contributors": [

@@ -9,3 +9,3 @@ # mongojs

mongojs is very simple to use:
mongojs is easy to use:

@@ -12,0 +12,0 @@ ``` js

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