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

mongojs

Package Overview
Dependencies
Maintainers
1
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.1.9 to 0.2.0

9

index.js

@@ -216,9 +216,2 @@ var mongo = require('mongodb');

that.close = function(callback) {
callback = callback || noop;
ondb.get(common.fork(callback, function(db) {
db.close(callback);
}));
};
that.collection = function(name) {

@@ -246,3 +239,3 @@ var oncollection = common.future();

var args = arguments;
var callback = args[args.length-1];
var callback = args[args.length-1] || noop;

@@ -249,0 +242,0 @@ ondb.get(common.fork(callback, function(db) {

2

package.json

@@ -5,3 +5,3 @@ {

"keywords": ["mongo", "db", "mongodb"],
"version":"0.1.9",
"version":"0.2.0",
"homepage" : "https://github.com/gett/mongojs",

@@ -8,0 +8,0 @@ "author": "Ge.tt <hello@ge.tt>",

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